#454F84

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

Shades of Tory Blue #454F84

Tints of Tory Blue #454F84

Color information

#454F84 (or 0x454F84) is unknown color: approx Tory Blue. HEX triplet: 45, 4F and 84. RGB value is (69,79,132). Sum of RGB (Red+Green+Blue) = 69+79+132=280 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.64% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 132 (51.95% from 255 or 47.14% from 280); Max value from RGB is 132 - color contains mainly: blue. Hex color #454F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454F84 is #BAB07B. Grayscale: #515151. Windows color (decimal): -12234876 or 8671045. OLE color: 8671045.

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

Color convert

RGB6979132-
CMYK0.480.4000.48
HSL230.48º31.34%39.41%-
HSV(B)230.48º47.73%51.76%-
XYZ9.428.5222.98-
YUV82.05156.19118.69-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.64%
GREEN value IS 79 (31.25% from 255) = 28.21%
BLUE value IS 132 (51.95% from 255) = 47.14%
R=24.64%
G=28.21%
B=47.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal69791320.480.4000.48230.4831.3439.41
Hex454F843028030e61f27
Octal10511720460500603463747
Binary100010110011111000010011000010100001100001110011011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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