#484F86

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

Shades of Tory Blue #484F86

Tints of Tory Blue #484F86

Color information

#484F86 (or 0x484F86) is unknown color: approx Tory Blue. HEX triplet: 48, 4F and 86. RGB value is (72,79,134). Sum of RGB (Red+Green+Blue) = 72+79+134=285 (37% of max value = 765). Red value is 72 (28.52% from 255 or 25.26% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #484F86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484F86 is #B7B079. Grayscale: #525252. Windows color (decimal): -12038266 or 8802120. OLE color: 8802120.

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

Color convert

RGB7279134-
CMYK0.460.4100.47
HSL233.23º30.1%40.39%-
HSV(B)233.23º46.27%52.55%-
XYZ9.778.6923.72-
YUV83.18156.68120.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 25.26%
GREEN value IS 79 (31.25% from 255) = 27.72%
BLUE value IS 134 (52.73% from 255) = 47.02%
R=25.26%
G=27.72%
B=47.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal72791340.460.4100.47233.2330.140.39
Hex484F862E2902Fe91e28
Octal11011720656510573513650
Binary100100010011111000011010111010100101011111110100111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484F86; }

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

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

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

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

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

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

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

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