#475569

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

Shades of East Bay #475569

Tints of East Bay #475569

Color information

#475569 (or 0x475569) is unknown color: approx East Bay. HEX triplet: 47, 55 and 69. RGB value is (71,85,105). Sum of RGB (Red+Green+Blue) = 71+85+105=261 (34% of max value = 765). Red value is 71 (28.12% from 255 or 27.20% from 261); Green value is 85 (33.59% from 255 or 32.57% from 261); Blue value is 105 (41.41% from 255 or 40.23% from 261); Max value from RGB is 105 - color contains mainly: blue. Hex color #475569 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475569 is #B8AA96. Grayscale: #535353. Windows color (decimal): -12102295 or 6903111. OLE color: 6903111.

HSL color Cylindrical-coordinate representation of color #475569: hue angle of 215.29º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #475569 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7185105-
CMYK0.320.1900.59
HSL215.29º19.32%34.51%-
HSV(B)215.29º32.38%41.18%-
XYZ8.48.8614.63-
YUV83.09140.36119.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 27.20%
GREEN value IS 85 (33.59% from 255) = 32.57%
BLUE value IS 105 (41.41% from 255) = 40.23%
R=27.20%
G=32.57%
B=40.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal71851050.320.1900.59215.2919.3234.51
Hex475569201303Bd71323
Octal10712515140230733272343
Binary1000111101010111010011000001001101110111101011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475569; }

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

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

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

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

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

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

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

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