#485484

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

Shades of Chambray #485484

Tints of Chambray #485484

Color information

#485484 (or 0x485484) is unknown color: approx Chambray. HEX triplet: 48, 54 and 84. RGB value is (72,84,132). Sum of RGB (Red+Green+Blue) = 72+84+132=288 (38% of max value = 765). Red value is 72 (28.52% from 255 or 25% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #485484 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485484 is #B7AB7B. Grayscale: #555555. Windows color (decimal): -12036988 or 8672328. OLE color: 8672328.

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

Color convert

RGB7284132-
CMYK0.450.3600.48
HSL228º29.41%40%-
HSV(B)228º45.45%51.76%-
XYZ10.019.3823.11-
YUV85.88154.02118.1-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25%
GREEN value IS 84 (33.20% from 255) = 29.17%
BLUE value IS 132 (51.95% from 255) = 45.83%
R=25%
G=29.17%
B=45.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72841320.450.3600.4822829.4140
Hex4854842D24030e41d28
Octal11012420455440603443550
Binary100100010101001000010010110110010001100001110010011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485484; }

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

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

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

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

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

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

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

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