#475F76

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

Shades of Chambray #475F76

Tints of Chambray #475F76

Color information

#475F76 (or 0x475F76) is unknown color: approx Chambray. HEX triplet: 47, 5F and 76. RGB value is (71,95,118). Sum of RGB (Red+Green+Blue) = 71+95+118=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 118 - color contains mainly: blue. Hex color #475F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475F76 is #B8A089. Grayscale: #5A5A5A. Windows color (decimal): -12099722 or 7757639. OLE color: 7757639.

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

Color convert

RGB7195118-
CMYK0.400.1900.54
HSL209.36º24.87%37.06%-
HSV(B)209.36º39.83%46.27%-
XYZ9.9610.8318.71-
YUV90.45143.55114.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 95 (37.5% from 255) = 33.45%
BLUE value IS 118 (46.48% from 255) = 41.55%
R=25%
G=33.45%
B=41.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal71951180.400.1900.54209.3624.8737.06
Hex475F762813036d11925
Octal10713716650230663213145
Binary1000111101111111101101010001001101101101101000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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