#475E86

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

Shades of Chambray #475E86

Tints of Chambray #475E86

Color information

#475E86 (or 0x475E86) is unknown color: approx Chambray. HEX triplet: 47, 5E and 86. RGB value is (71,94,134). Sum of RGB (Red+Green+Blue) = 71+94+134=299 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.75% from 299); Green value is 94 (37.11% from 255 or 31.44% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 134 - color contains mainly: blue. Hex color #475E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475E86 is #B8A179. Grayscale: #5B5B5B. Windows color (decimal): -12099962 or 8805959. OLE color: 8805959.

HSL color Cylindrical-coordinate representation of color #475E86: hue angle of 218.1º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #475E86 is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7194134-
CMYK0.470.3000.47
HSL218.1º30.73%40.2%-
HSV(B)218.1º47.01%52.55%-
XYZ10.911.0724.12-
YUV91.68151.88113.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.75%
GREEN value IS 94 (37.11% from 255) = 31.44%
BLUE value IS 134 (52.73% from 255) = 44.82%
R=23.75%
G=31.44%
B=44.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71941340.470.3000.47218.130.7340.2
Hex475E862F1E02Fda1f28
Octal10713620657360573323750
Binary10001111011110100001101011111111001011111101101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,94,134); }

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

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

 a { background-color: rgb(71,94,134); }

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

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

 span { border-color: rgb(71,94,134); }

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