#485489

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

Shades of Tory Blue #485489

Tints of Tory Blue #485489

Color information

#485489 (or 0x485489) is unknown color: approx Tory Blue. HEX triplet: 48, 54 and 89. RGB value is (72,84,137). Sum of RGB (Red+Green+Blue) = 72+84+137=293 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.57% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 137 (53.91% from 255 or 46.76% from 293); Max value from RGB is 137 - color contains mainly: blue. Hex color #485489 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485489 is #B7AB76. Grayscale: #565656. Windows color (decimal): -12036983 or 9000008. OLE color: 9000008.

HSL color Cylindrical-coordinate representation of color #485489: hue angle of 228.92º 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 #485489 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7284137-
CMYK0.470.3900.46
HSL228.92º31.1%40.98%-
HSV(B)228.92º47.45%53.73%-
XYZ10.369.5224.96-
YUV86.45156.52117.69-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.57%
GREEN value IS 84 (33.20% from 255) = 28.67%
BLUE value IS 137 (53.91% from 255) = 46.76%
R=24.57%
G=28.67%
B=46.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal72841370.470.3900.46228.9231.140.98
Hex4854892F2702Ee51f29
Octal11012421157470563453751
Binary100100010101001000100110111110011101011101110010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485489; }

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

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

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

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

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

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

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

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