#485284

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

Shades of Tory Blue #485284

Tints of Tory Blue #485284

Color information

#485284 (or 0x485284) is unknown color: approx Tory Blue. HEX triplet: 48, 52 and 84. RGB value is (72,82,132). Sum of RGB (Red+Green+Blue) = 72+82+132=286 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.17% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 132 (51.95% from 255 or 46.15% from 286); Max value from RGB is 132 - color contains mainly: blue. Hex color #485284 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485284 is #B7AD7B. Grayscale: #545454. Windows color (decimal): -12037500 or 8671816. OLE color: 8671816.

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

Color convert

RGB7282132-
CMYK0.450.3800.48
HSL230º29.41%40%-
HSV(B)230º45.45%51.76%-
XYZ9.859.0823.06-
YUV84.71154.69118.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.17%
GREEN value IS 82 (32.42% from 255) = 28.67%
BLUE value IS 132 (51.95% from 255) = 46.15%
R=25.17%
G=28.67%
B=46.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72821320.450.3800.4823029.4140
Hex4852842D26030e61d28
Octal11012220455460603463550
Binary100100010100101000010010110110011001100001110011011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485284; }

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

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

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

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

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

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

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

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