#475978

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

Shades of Chambray #475978

Tints of Chambray #475978

Color information

#475978 (or 0x475978) is unknown color: approx Chambray. HEX triplet: 47, 59 and 78. RGB value is (71,89,120). Sum of RGB (Red+Green+Blue) = 71+89+120=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 120 (47.27% from 255 or 42.86% from 280); Max value from RGB is 120 - color contains mainly: blue. Hex color #475978 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475978 is #B8A687. Grayscale: #575757. Windows color (decimal): -12101256 or 7887175. OLE color: 7887175.

HSL color Cylindrical-coordinate representation of color #475978: hue angle of 217.96º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #475978 is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7189120-
CMYK0.410.2600.53
HSL217.96º25.65%37.45%-
HSV(B)217.96º40.83%47.06%-
XYZ9.569.8419.16-
YUV87.15146.54116.48-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.36%
GREEN value IS 89 (35.16% from 255) = 31.79%
BLUE value IS 120 (47.27% from 255) = 42.86%
R=25.36%
G=31.79%
B=42.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal71891200.410.2600.53217.9625.6537.45
Hex475978291A035da1a25
Octal10713117051320653323245
Binary1000111101100111110001010011101001101011101101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475978; }

 p { color: rgb(71,89,120); }

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

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

 a { background-color: rgb(71,89,120); }

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

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

 span { border-color: rgb(71,89,120); }

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