#475B80

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

Shades of Chambray #475B80

Tints of Chambray #475B80

Color information

#475B80 (or 0x475B80) is unknown color: approx Chambray. HEX triplet: 47, 5B and 80. RGB value is (71,91,128). Sum of RGB (Red+Green+Blue) = 71+91+128=290 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.48% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #475B80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475B80 is #B8A47F. Grayscale: #595959. Windows color (decimal): -12100736 or 8411975. OLE color: 8411975.

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

Color convert

RGB7191128-
CMYK0.450.2900.50
HSL218.95º28.64%39.02%-
HSV(B)218.95º44.53%50.2%-
XYZ10.2410.3821.89-
YUV89.24149.87114.99-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 24.48%
GREEN value IS 91 (35.94% from 255) = 31.38%
BLUE value IS 128 (50.39% from 255) = 44.14%
R=24.48%
G=31.38%
B=44.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal71911280.450.2900.50218.9528.6439.02
Hex475B802D1D032db1d27
Octal10713320055350623333547
Binary10001111011011100000001011011110101100101101101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #475B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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