#475B76

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

Shades of Chambray #475B76

Tints of Chambray #475B76

Color information

#475B76 (or 0x475B76) is unknown color: approx Chambray. HEX triplet: 47, 5B and 76. RGB value is (71,91,118). Sum of RGB (Red+Green+Blue) = 71+91+118=280 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.36% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 118 (46.48% from 255 or 42.14% from 280); Max value from RGB is 118 - color contains mainly: blue. Hex color #475B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B76 is #B8A489. Grayscale: #575757. Windows color (decimal): -12100746 or 7756615. OLE color: 7756615.

HSL color Cylindrical-coordinate representation of color #475B76: hue angle of 214.47º 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 #475B76 is Cyan = 0.40, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7191118-
CMYK0.400.2300.54
HSL214.47º24.87%37.06%-
HSV(B)214.47º39.83%46.27%-
XYZ9.6110.1318.59-
YUV88.1144.87115.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.36%
GREEN value IS 91 (35.94% from 255) = 32.5%
BLUE value IS 118 (46.48% from 255) = 42.14%
R=25.36%
G=32.5%
B=42.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71911180.400.2300.54214.4724.8737.06
Hex475B762817036d61925
Octal10713316650270663263145
Binary1000111101101111101101010001011101101101101011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475B76; }

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

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

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

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

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

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

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

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