#475D86

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

Shades of Chambray #475D86

Tints of Chambray #475D86

Color information

#475D86 (or 0x475D86) is unknown color: approx Chambray. HEX triplet: 47, 5D and 86. RGB value is (71,93,134). Sum of RGB (Red+Green+Blue) = 71+93+134=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 134 - color contains mainly: blue. Hex color #475D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475D86 is #B8A279. Grayscale: #5A5A5A. Windows color (decimal): -12100218 or 8805703. OLE color: 8805703.

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

Color convert

RGB7193134-
CMYK0.470.3100.47
HSL219.05º30.73%40.2%-
HSV(B)219.05º47.01%52.55%-
XYZ10.8210.8924.09-
YUV91.1152.21113.67-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.83%
GREEN value IS 93 (36.72% from 255) = 31.21%
BLUE value IS 134 (52.73% from 255) = 44.97%
R=23.83%
G=31.21%
B=44.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal71931340.470.3100.47219.0530.7340.2
Hex475D862F1F02Fdb1f28
Octal10713520657370573333750
Binary10001111011101100001101011111111101011111101101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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