#475F86

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

Shades of Chambray #475F86

Tints of Chambray #475F86

Color information

#475F86 (or 0x475F86) is unknown color: approx Chambray. HEX triplet: 47, 5F and 86. RGB value is (71,95,134). Sum of RGB (Red+Green+Blue) = 71+95+134=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 95 (37.5% from 255 or 31.67% from 300); Blue value is 134 (52.73% from 255 or 44.67% from 300); Max value from RGB is 134 - color contains mainly: blue. Hex color #475F86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475F86 is #B8A079. Grayscale: #5C5C5C. Windows color (decimal): -12099706 or 8806215. OLE color: 8806215.

HSL color Cylindrical-coordinate representation of color #475F86: hue angle of 217.14º 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 #475F86 is Cyan = 0.47, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7195134-
CMYK0.470.2900.47
HSL217.14º30.73%40.2%-
HSV(B)217.14º47.01%52.55%-
XYZ10.9911.2524.15-
YUV92.27151.55112.83-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.67%
GREEN value IS 95 (37.5% from 255) = 31.67%
BLUE value IS 134 (52.73% from 255) = 44.67%
R=23.67%
G=31.67%
B=44.67%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71951340.470.2900.47217.1430.7340.2
Hex475F862F1D02Fd91f28
Octal10713720657350573313750
Binary10001111011111100001101011111110101011111101100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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