#475B72

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

Shades of Chambray #475B72

Tints of Chambray #475B72

Color information

#475B72 (or 0x475B72) is unknown color: approx Chambray. HEX triplet: 47, 5B and 72. RGB value is (71,91,114). Sum of RGB (Red+Green+Blue) = 71+91+114=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 91 (35.94% from 255 or 32.97% from 276); Blue value is 114 (44.92% from 255 or 41.30% from 276); Max value from RGB is 114 - color contains mainly: blue. Hex color #475B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475B72 is #B8A48D. Grayscale: #575757. Windows color (decimal): -12100750 or 7494471. OLE color: 7494471.

HSL color Cylindrical-coordinate representation of color #475B72: hue angle of 212.09º 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 #475B72 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7191114-
CMYK0.380.2000.55
HSL212.09º23.24%36.27%-
HSV(B)212.09º37.72%44.71%-
XYZ9.3810.0417.36-
YUV87.64142.87116.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.72%
GREEN value IS 91 (35.94% from 255) = 32.97%
BLUE value IS 114 (44.92% from 255) = 41.30%
R=25.72%
G=32.97%
B=41.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71911140.380.2000.55212.0923.2436.27
Hex475B722614037d41724
Octal10713316246240673242744
Binary1000111101101111100101001101010001101111101010010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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