#475580

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

Shades of Chambray #475580

Tints of Chambray #475580

Color information

#475580 (or 0x475580) is unknown color: approx Chambray. HEX triplet: 47, 55 and 80. RGB value is (71,85,128). Sum of RGB (Red+Green+Blue) = 71+85+128=284 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25% from 284); Green value is 85 (33.59% from 255 or 29.93% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 128 - color contains mainly: blue. Hex color #475580 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475580 is #B8AA7F. Grayscale: #555555. Windows color (decimal): -12102272 or 8410439. OLE color: 8410439.

HSL color Cylindrical-coordinate representation of color #475580: hue angle of 225.26º 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 #475580 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7185128-
CMYK0.450.3400.50
HSL225.26º28.64%39.02%-
HSV(B)225.26º44.53%50.2%-
XYZ9.749.421.72-
YUV85.72151.86117.5-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25%
GREEN value IS 85 (33.59% from 255) = 29.93%
BLUE value IS 128 (50.39% from 255) = 45.07%
R=25%
G=29.93%
B=45.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71851280.450.3400.50225.2628.6439.02
Hex4755802D22032e11d27
Octal10712520055420623413547
Binary100011110101011000000010110110001001100101110000111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #475580; }

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

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

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

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

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

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

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

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