#454E84

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

Shades of Tory Blue #454E84

Tints of Tory Blue #454E84

Color information

#454E84 (or 0x454E84) is unknown color: approx Tory Blue. HEX triplet: 45, 4E and 84. RGB value is (69,78,132). Sum of RGB (Red+Green+Blue) = 69+78+132=279 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.73% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #454E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454E84 is #BAB17B. Grayscale: #515151. Windows color (decimal): -12235132 or 8670789. OLE color: 8670789.

HSL color Cylindrical-coordinate representation of color #454E84: hue angle of 231.43º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #454E84 is Cyan = 0.48, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6978132-
CMYK0.480.4100.48
HSL231.43º31.34%39.41%-
HSV(B)231.43º47.73%51.76%-
XYZ9.348.3822.95-
YUV81.46156.52119.11-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.73%
GREEN value IS 78 (30.86% from 255) = 27.96%
BLUE value IS 132 (51.95% from 255) = 47.31%
R=24.73%
G=27.96%
B=47.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69781320.480.4100.48231.4331.3439.41
Hex454E843029030e71f27
Octal10511620460510603473747
Binary100010110011101000010011000010100101100001110011111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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