#454E86

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

Shades of Tory Blue #454E86

Tints of Tory Blue #454E86

Color information

#454E86 (or 0x454E86) is unknown color: approx Tory Blue. HEX triplet: 45, 4E and 86. RGB value is (69,78,134). Sum of RGB (Red+Green+Blue) = 69+78+134=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 134 (52.73% from 255 or 47.69% from 281); Max value from RGB is 134 - color contains mainly: blue. Hex color #454E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454E86 is #BAB179. Grayscale: #515151. Windows color (decimal): -12235130 or 8801861. OLE color: 8801861.

HSL color Cylindrical-coordinate representation of color #454E86: hue angle of 231.69º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #454E86 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6978134-
CMYK0.490.4200.47
HSL231.69º32.02%39.8%-
HSV(B)231.69º48.51%52.55%-
XYZ9.488.4423.68-
YUV81.69157.52118.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.56%
GREEN value IS 78 (30.86% from 255) = 27.76%
BLUE value IS 134 (52.73% from 255) = 47.69%
R=24.56%
G=27.76%
B=47.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal69781340.490.4200.47231.6932.0239.8
Hex454E86312A02Fe82028
Octal10511620661520573504050
Binary1000101100111010000110110001101010010111111101000100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #454E86; }

 p { color: rgb(69,78,134); }

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

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

 a { background-color: rgb(69,78,134); }

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

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

 span { border-color: rgb(69,78,134); }

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