#475D72

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

Shades of Chambray #475D72

Tints of Chambray #475D72

Color information

#475D72 (or 0x475D72) is unknown color: approx Chambray. HEX triplet: 47, 5D and 72. RGB value is (71,93,114). Sum of RGB (Red+Green+Blue) = 71+93+114=278 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.54% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #475D72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475D72 is #B8A28D. Grayscale: #585858. Windows color (decimal): -12100238 or 7494983. OLE color: 7494983.

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

Color convert

RGB7193114-
CMYK0.380.1800.55
HSL209.3º23.24%36.27%-
HSV(B)209.3º37.72%44.71%-
XYZ9.5510.3817.42-
YUV88.82142.21115.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.54%
GREEN value IS 93 (36.72% from 255) = 33.45%
BLUE value IS 114 (44.92% from 255) = 41.01%
R=25.54%
G=33.45%
B=41.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71931140.380.1800.55209.323.2436.27
Hex475D722612037d11724
Octal10713516246220673212744
Binary1000111101110111100101001101001001101111101000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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