#485184

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

Shades of Tory Blue #485184

Tints of Tory Blue #485184

Color information

#485184 (or 0x485184) is unknown color: approx Tory Blue. HEX triplet: 48, 51 and 84. RGB value is (72,81,132). Sum of RGB (Red+Green+Blue) = 72+81+132=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #485184 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485184 is #B7AE7B. Grayscale: #535353. Windows color (decimal): -12037756 or 8671560. OLE color: 8671560.

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

Color convert

RGB7281132-
CMYK0.450.3900.48
HSL231º29.41%40%-
HSV(B)231º45.45%51.76%-
XYZ9.788.9323.04-
YUV84.12155.02119.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 81 (32.03% from 255) = 28.42%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=25.26%
G=28.42%
B=46.32%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal72811320.450.3900.4823129.4140
Hex4851842D27030e71d28
Octal11012120455470603473550
Binary100100010100011000010010110110011101100001110011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485184; }

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

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

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

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

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

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

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

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