#475674

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

Shades of Chambray #475674

Tints of Chambray #475674

Color information

#475674 (or 0x475674) is unknown color: approx Chambray. HEX triplet: 47, 56 and 74. RGB value is (71,86,116). Sum of RGB (Red+Green+Blue) = 71+86+116=273 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.01% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 116 - color contains mainly: blue. Hex color #475674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #475674 is #B8A98B. Grayscale: #545454. Windows color (decimal): -12102028 or 7624263. OLE color: 7624263.

HSL color Cylindrical-coordinate representation of color #475674: hue angle of 220º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #475674 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7186116-
CMYK0.390.2600.55
HSL220º24.06%36.67%-
HSV(B)220º38.79%45.49%-
XYZ9.089.2617.83-
YUV84.94145.53118.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.01%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 116 (45.70% from 255) = 42.49%
R=26.01%
G=31.50%
B=42.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal71861160.390.2600.5522024.0636.67
Hex475674271A037dc1825
Octal10712616447320673343045
Binary1000111101011011101001001111101001101111101110011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475674; }

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

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

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

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

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

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

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

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