#475672

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

Shades of Chambray #475672

Tints of Chambray #475672

Color information

#475672 (or 0x475672) is unknown color: approx Chambray. HEX triplet: 47, 56 and 72. RGB value is (71,86,114). Sum of RGB (Red+Green+Blue) = 71+86+114=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 86 (33.98% from 255 or 31.73% from 271); Blue value is 114 (44.92% from 255 or 42.07% from 271); Max value from RGB is 114 - color contains mainly: blue. Hex color #475672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475672 is #B8A98D. Grayscale: #545454. Windows color (decimal): -12102030 or 7493191. OLE color: 7493191.

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

Color convert

RGB7186114-
CMYK0.380.2500.55
HSL219.07º23.24%36.27%-
HSV(B)219.07º37.72%44.71%-
XYZ8.969.2117.22-
YUV84.71144.53118.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 86 (33.98% from 255) = 31.73%
BLUE value IS 114 (44.92% from 255) = 42.07%
R=26.20%
G=31.73%
B=42.07%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71861140.380.2500.55219.0723.2436.27
Hex4756722619037db1724
Octal10712616246310673332744
Binary1000111101011011100101001101100101101111101101110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475672; }

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

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

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

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

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

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

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

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