#47536B

Color #47536B East Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Bay #47536B

Tints of East Bay #47536B

Color information

#47536B (or 0x47536B) is unknown color: approx East Bay. HEX triplet: 47, 53 and 6B. RGB value is (71,83,107). Sum of RGB (Red+Green+Blue) = 71+83+107=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 83 (32.81% from 255 or 31.80% from 261); Blue value is 107 (42.19% from 255 or 41.00% from 261); Max value from RGB is 107 - color contains mainly: blue. Hex color #47536B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #47536B is #B8AC94. Grayscale: #525252. Windows color (decimal): -12102805 or 7033671. OLE color: 7033671.

HSL color Cylindrical-coordinate representation of color #47536B: hue angle of 220º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #47536B is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7183107-
CMYK0.340.2200.58
HSL220º20.22%34.9%-
HSV(B)220º33.64%41.96%-
XYZ8.358.5915.13-
YUV82.15142.02120.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 83 (32.81% from 255) = 31.80%
BLUE value IS 107 (42.19% from 255) = 41.00%
R=27.20%
G=31.80%
B=41.00%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal71831070.340.2200.5822020.2234.9
Hex47536B221603Adc1423
Octal10712315342260723342443
Binary1000111101001111010111000101011001110101101110010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47536B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47536B; }

 p { color: rgb(71,83,107); }

 H1.HeaderClassName
 {
   color: #47536B;
 }
 .AnyTagClassName
 {
   color: #47536B;
 }
</style>
background-color css

<style>
 a { background-color: #47536B; }

 a { background-color: rgb(71,83,107); }

 div.DivClassName
 {
   background-color: #47536B;
 }
 .BgClassName
 {
   background-color: #47536B;
 }
</style>
border-color css

<style>
 span { border-color: #47536B; }

 span { border-color: rgb(71,83,107); }

 td.TdClassName
 {
   border-color: #47536B;
 }
 .TagClassName
 {
   border-color: #47536B;
 }
</style>