#485980

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

Shades of Chambray #485980

Tints of Chambray #485980

Color information

#485980 (or 0x485980) is unknown color: approx Chambray. HEX triplet: 48, 59 and 80. RGB value is (72,89,128). Sum of RGB (Red+Green+Blue) = 72+89+128=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #485980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485980 is #B7A67F. Grayscale: #585858. Windows color (decimal): -12035712 or 8411464. OLE color: 8411464.

HSL color Cylindrical-coordinate representation of color #485980: hue angle of 221.79º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #485980 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7289128-
CMYK0.440.3000.50
HSL221.79º28%39.22%-
HSV(B)221.79º43.75%50.2%-
XYZ10.1410.0821.83-
YUV88.36150.37116.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.91%
GREEN value IS 89 (35.16% from 255) = 30.80%
BLUE value IS 128 (50.39% from 255) = 44.29%
R=24.91%
G=30.80%
B=44.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72891280.440.3000.50221.792839.22
Hex4859802C1E032de1c27
Octal11013120054360623363447
Binary10010001011001100000001011001111001100101101111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485980; }

 p { color: rgb(72,89,128); }

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

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

 a { background-color: rgb(72,89,128); }

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

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

 span { border-color: rgb(72,89,128); }

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