#475D80

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

Shades of Chambray #475D80

Tints of Chambray #475D80

Color information

#475D80 (or 0x475D80) is unknown color: approx Chambray. HEX triplet: 47, 5D and 80. RGB value is (71,93,128). Sum of RGB (Red+Green+Blue) = 71+93+128=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 128 - color contains mainly: blue. Hex color #475D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475D80 is #B8A27F. Grayscale: #5A5A5A. Windows color (decimal): -12100224 or 8412487. OLE color: 8412487.

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

Color convert

RGB7193128-
CMYK0.450.2700.50
HSL216.84º28.64%39.02%-
HSV(B)216.84º44.53%50.2%-
XYZ10.4110.7321.94-
YUV90.41149.21114.15-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.32%
GREEN value IS 93 (36.72% from 255) = 31.85%
BLUE value IS 128 (50.39% from 255) = 43.84%
R=24.32%
G=31.85%
B=43.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71931280.450.2700.50216.8428.6439.02
Hex475D802D1B032d91d27
Octal10713520055330623313547
Binary10001111011101100000001011011101101100101101100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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