#475C82

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

Shades of Chambray #475C82

Tints of Chambray #475C82

Color information

#475C82 (or 0x475C82) is unknown color: approx Chambray. HEX triplet: 47, 5C and 82. RGB value is (71,92,130). Sum of RGB (Red+Green+Blue) = 71+92+130=293 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.23% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #475C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475C82 is #B8A37D. Grayscale: #595959. Windows color (decimal): -12100478 or 8543303. OLE color: 8543303.

HSL color Cylindrical-coordinate representation of color #475C82: hue angle of 218.64º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #475C82 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7192130-
CMYK0.450.2900.49
HSL218.64º29.35%39.41%-
HSV(B)218.64º45.38%50.98%-
XYZ10.4510.6122.62-
YUV90.05150.54114.41-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.23%
GREEN value IS 92 (36.33% from 255) = 31.40%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=24.23%
G=31.40%
B=44.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal71921300.450.2900.49218.6429.3539.41
Hex475C822D1D031db1d27
Octal10713420255350613333547
Binary10001111011100100000101011011110101100011101101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,92,130); }

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

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

 a { background-color: rgb(71,92,130); }

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

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

 span { border-color: rgb(71,92,130); }

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