#475F80

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

Shades of Chambray #475F80

Tints of Chambray #475F80

Color information

#475F80 (or 0x475F80) is unknown color: approx Chambray. HEX triplet: 47, 5F and 80. RGB value is (71,95,128). Sum of RGB (Red+Green+Blue) = 71+95+128=294 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.15% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 128 - color contains mainly: blue. Hex color #475F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475F80 is #B8A07F. Grayscale: #5B5B5B. Windows color (decimal): -12099712 or 8412999. OLE color: 8412999.

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

Color convert

RGB7195128-
CMYK0.450.2600.50
HSL214.74º28.64%39.02%-
HSV(B)214.74º44.53%50.2%-
XYZ10.5911.0822-
YUV91.59148.55113.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.15%
GREEN value IS 95 (37.5% from 255) = 32.31%
BLUE value IS 128 (50.39% from 255) = 43.54%
R=24.15%
G=32.31%
B=43.54%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71951280.450.2600.50214.7428.6439.02
Hex475F802D1A032d71d27
Octal10713720055320623273547
Binary10001111011111100000001011011101001100101101011111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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