#485D80

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

Shades of Chambray #485D80

Tints of Chambray #485D80

Color information

#485D80 (or 0x485D80) is unknown color: approx Chambray. HEX triplet: 48, 5D and 80. RGB value is (72,93,128). Sum of RGB (Red+Green+Blue) = 72+93+128=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 93 (36.72% from 255 or 31.74% from 293); Blue value is 128 (50.39% from 255 or 43.69% from 293); Max value from RGB is 128 - color contains mainly: blue. Hex color #485D80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485D80 is #B7A27F. Grayscale: #5A5A5A. Windows color (decimal): -12034688 or 8412488. OLE color: 8412488.

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

Color convert

RGB7293128-
CMYK0.440.2700.50
HSL217.5º28%39.22%-
HSV(B)217.5º43.75%50.2%-
XYZ10.4810.7621.95-
YUV90.71149.04114.65-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.57%
GREEN value IS 93 (36.72% from 255) = 31.74%
BLUE value IS 128 (50.39% from 255) = 43.69%
R=24.57%
G=31.74%
B=43.69%

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
Decimal72931280.440.2700.50217.52839.22
Hex485D802C1B032da1c27
Octal11013520054330623323447
Binary10010001011101100000001011001101101100101101101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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