#485189

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

Shades of Tory Blue #485189

Tints of Tory Blue #485189

Color information

#485189 (or 0x485189) is unknown color: approx Tory Blue. HEX triplet: 48, 51 and 89. RGB value is (72,81,137). Sum of RGB (Red+Green+Blue) = 72+81+137=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #485189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485189 is #B7AE76. Grayscale: #545454. Windows color (decimal): -12037751 or 8999240. OLE color: 8999240.

HSL color Cylindrical-coordinate representation of color #485189: hue angle of 231.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #485189 is Cyan = 0.47, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7281137-
CMYK0.470.4100.46
HSL231.69º31.1%40.98%-
HSV(B)231.69º47.45%53.73%-
XYZ10.139.0724.88-
YUV84.69157.52118.95-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 81 (32.03% from 255) = 27.93%
BLUE value IS 137 (53.91% from 255) = 47.24%
R=24.83%
G=27.93%
B=47.24%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72811370.470.4100.46231.6931.140.98
Hex4851892F2902Ee81f29
Octal11012121157510563503751
Binary100100010100011000100110111110100101011101110100011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485189; }

 p { color: rgb(72,81,137); }

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

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

 a { background-color: rgb(72,81,137); }

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

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

 span { border-color: rgb(72,81,137); }

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