#475566

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

Shades of East Bay #475566

Tints of East Bay #475566

Color information

#475566 (or 0x475566) is unknown color: approx East Bay. HEX triplet: 47, 55 and 66. RGB value is (71,85,102). Sum of RGB (Red+Green+Blue) = 71+85+102=258 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.52% from 258); Green value is 85 (33.59% from 255 or 32.95% from 258); Blue value is 102 (40.23% from 255 or 39.53% from 258); Max value from RGB is 102 - color contains mainly: blue. Hex color #475566 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475566 is #B8AA99. Grayscale: #525252. Windows color (decimal): -12102298 or 6706503. OLE color: 6706503.

HSL color Cylindrical-coordinate representation of color #475566: hue angle of 212.9º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #475566 is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7185102-
CMYK0.300.1700.6
HSL212.9º17.92%33.92%-
HSV(B)212.9º30.39%40%-
XYZ8.258.813.83-
YUV82.75138.86119.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.52%
GREEN value IS 85 (33.59% from 255) = 32.95%
BLUE value IS 102 (40.23% from 255) = 39.53%
R=27.52%
G=32.95%
B=39.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71851020.300.1700.6212.917.9233.92
Hex4755661E1103Cd51222
Octal10712514636210743252242
Binary100011110101011100110111101000101111001101010110010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475566; }

 p { color: rgb(71,85,102); }

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

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

 a { background-color: rgb(71,85,102); }

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

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

 span { border-color: rgb(71,85,102); }

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