#485E84

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

Shades of Chambray #485E84

Tints of Chambray #485E84

Color information

#485E84 (or 0x485E84) is unknown color: approx Chambray. HEX triplet: 48, 5E and 84. RGB value is (72,94,132). Sum of RGB (Red+Green+Blue) = 72+94+132=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 132 (51.95% from 255 or 44.30% from 298); Max value from RGB is 132 - color contains mainly: blue. Hex color #485E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485E84 is #B7A17B. Grayscale: #5B5B5B. Windows color (decimal): -12034428 or 8674888. OLE color: 8674888.

HSL color Cylindrical-coordinate representation of color #485E84: hue angle of 218º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #485E84 is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7294132-
CMYK0.450.2900.48
HSL218º29.41%40%-
HSV(B)218º45.45%51.76%-
XYZ10.8411.0523.39-
YUV91.75150.71113.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.16%
GREEN value IS 94 (37.11% from 255) = 31.54%
BLUE value IS 132 (51.95% from 255) = 44.30%
R=24.16%
G=31.54%
B=44.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72941320.450.2900.4821829.4140
Hex485E842D1D030da1d28
Octal11013620455350603323550
Binary10010001011110100001001011011110101100001101101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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