#475976

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

Shades of Chambray #475976

Tints of Chambray #475976

Color information

#475976 (or 0x475976) is unknown color: approx Chambray. HEX triplet: 47, 59 and 76. RGB value is (71,89,118). Sum of RGB (Red+Green+Blue) = 71+89+118=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 118 (46.48% from 255 or 42.45% from 278); Max value from RGB is 118 - color contains mainly: blue. Hex color #475976 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475976 is #B8A689. Grayscale: #565656. Windows color (decimal): -12101258 or 7756103. OLE color: 7756103.

HSL color Cylindrical-coordinate representation of color #475976: hue angle of 217.02º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #475976 is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7189118-
CMYK0.400.2500.54
HSL217.02º24.87%37.06%-
HSV(B)217.02º39.83%46.27%-
XYZ9.449.7918.53-
YUV86.92145.54116.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.54%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 118 (46.48% from 255) = 42.45%
R=25.54%
G=32.01%
B=42.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71891180.400.2500.54217.0224.8737.06
Hex4759762819036d91925
Octal10713116650310663313145
Binary1000111101100111101101010001100101101101101100111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475976; }

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

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

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

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

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

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

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

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