#485E80

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

Shades of Chambray #485E80

Tints of Chambray #485E80

Color information

#485E80 (or 0x485E80) is unknown color: approx Chambray. HEX triplet: 48, 5E and 80. RGB value is (72,94,128). Sum of RGB (Red+Green+Blue) = 72+94+128=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 94 (37.11% from 255 or 31.97% 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 #485E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485E80 is #B7A17F. Grayscale: #5B5B5B. Windows color (decimal): -12034432 or 8412744. OLE color: 8412744.

HSL color Cylindrical-coordinate representation of color #485E80: hue angle of 216.43º 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 #485E80 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB7294128-
CMYK0.440.2700.50
HSL216.43º28%39.22%-
HSV(B)216.43º43.75%50.2%-
XYZ10.5710.9421.98-
YUV91.3148.71114.24-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 94 (37.11% from 255) = 31.97%
BLUE value IS 128 (50.39% from 255) = 43.54%
R=24.49%
G=31.97%
B=43.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal72941280.440.2700.50216.432839.22
Hex485E802C1B032d81c27
Octal11013620054330623303447
Binary10010001011110100000001011001101101100101101100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485E80; }

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

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

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

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

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

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

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

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