#475972

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

Shades of Chambray #475972

Tints of Chambray #475972

Color information

#475972 (or 0x475972) is unknown color: approx Chambray. HEX triplet: 47, 59 and 72. RGB value is (71,89,114). Sum of RGB (Red+Green+Blue) = 71+89+114=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 114 - color contains mainly: blue. Hex color #475972 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475972 is #B8A68D. Grayscale: #565656. Windows color (decimal): -12101262 or 7493959. OLE color: 7493959.

HSL color Cylindrical-coordinate representation of color #475972: hue angle of 214.88º degrees, saturation: 0.23, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #475972 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7189114-
CMYK0.380.2200.55
HSL214.88º23.24%36.27%-
HSV(B)214.88º37.72%44.71%-
XYZ9.219.717.31-
YUV86.47143.54116.97-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 114 (44.92% from 255) = 41.61%
R=25.91%
G=32.48%
B=41.61%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71891140.380.2200.55214.8823.2436.27
Hex4759722616037d71724
Octal10713116246260673272744
Binary1000111101100111100101001101011001101111101011110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475972; }

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

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

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

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

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

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

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

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