#485584

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

Shades of Chambray #485584

Tints of Chambray #485584

Color information

#485584 (or 0x485584) is unknown color: approx Chambray. HEX triplet: 48, 55 and 84. RGB value is (72,85,132). Sum of RGB (Red+Green+Blue) = 72+85+132=289 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.91% from 289); Green value is 85 (33.59% from 255 or 29.41% from 289); Blue value is 132 (51.95% from 255 or 45.67% from 289); Max value from RGB is 132 - color contains mainly: blue. Hex color #485584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485584 is #B7AA7B. Grayscale: #565656. Windows color (decimal): -12036732 or 8672584. OLE color: 8672584.

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

Color convert

RGB7285132-
CMYK0.450.3600.48
HSL227º29.41%40%-
HSV(B)227º45.45%51.76%-
XYZ10.099.5423.14-
YUV86.47153.69117.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.91%
GREEN value IS 85 (33.59% from 255) = 29.41%
BLUE value IS 132 (51.95% from 255) = 45.67%
R=24.91%
G=29.41%
B=45.67%

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
Decimal72851320.450.3600.4822729.4140
Hex4855842D24030e31d28
Octal11012520455440603433550
Binary100100010101011000010010110110010001100001110001111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485584; }

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

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

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

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

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

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

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

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