#485A84

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

Shades of Chambray #485A84

Tints of Chambray #485A84

Color information

#485A84 (or 0x485A84) is unknown color: approx Chambray. HEX triplet: 48, 5A and 84. RGB value is (72,90,132). Sum of RGB (Red+Green+Blue) = 72+90+132=294 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.49% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 132 (51.95% from 255 or 44.90% from 294); Max value from RGB is 132 - color contains mainly: blue. Hex color #485A84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485A84 is #B7A57B. Grayscale: #595959. Windows color (decimal): -12035452 or 8673864. OLE color: 8673864.

HSL color Cylindrical-coordinate representation of color #485A84: hue angle of 222º 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 #485A84 is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB7290132-
CMYK0.450.3200.48
HSL222º29.41%40%-
HSV(B)222º45.45%51.76%-
XYZ10.4910.3623.28-
YUV89.41152.04115.58-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.49%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 132 (51.95% from 255) = 44.90%
R=24.49%
G=30.61%
B=44.90%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72901320.450.3200.4822229.4140
Hex485A842D20030de1d28
Octal11013220455400603363550
Binary100100010110101000010010110110000001100001101111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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