#485486

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

Shades of Tory Blue #485486

Tints of Tory Blue #485486

Color information

#485486 (or 0x485486) is unknown color: approx Tory Blue. HEX triplet: 48, 54 and 86. RGB value is (72,84,134). Sum of RGB (Red+Green+Blue) = 72+84+134=290 (38% of max value = 765). Red value is 72 (28.52% from 255 or 24.83% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 134 (52.73% from 255 or 46.21% from 290); Max value from RGB is 134 - color contains mainly: blue. Hex color #485486 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485486 is #B7AB79. Grayscale: #555555. Windows color (decimal): -12036986 or 8803400. OLE color: 8803400.

HSL color Cylindrical-coordinate representation of color #485486: hue angle of 228.39º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #485486 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7284134-
CMYK0.460.3700.47
HSL228.39º30.1%40.39%-
HSV(B)228.39º46.27%52.55%-
XYZ10.159.4423.84-
YUV86.11155.02117.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.83%
GREEN value IS 84 (33.20% from 255) = 28.97%
BLUE value IS 134 (52.73% from 255) = 46.21%
R=24.83%
G=28.97%
B=46.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72841340.460.3700.47228.3930.140.39
Hex4854862E2502Fe41e28
Octal11012420656450573443650
Binary100100010101001000011010111010010101011111110010011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485486; }

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

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

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

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

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

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

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

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