#454D8A

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

Shades of Tory Blue #454D8A

Tints of Tory Blue #454D8A

Color information

#454D8A (or 0x454D8A) is unknown color: approx Tory Blue. HEX triplet: 45, 4D and 8A. RGB value is (69,77,138). Sum of RGB (Red+Green+Blue) = 69+77+138=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #454D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #454D8A is #BAB275. Grayscale: #515151. Windows color (decimal): -12235382 or 9063749. OLE color: 9063749.

HSL color Cylindrical-coordinate representation of color #454D8A: hue angle of 233.04º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #454D8A is Cyan = 0.5, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6977138-
CMYK0.50.4400.46
HSL233.04º33.33%40.59%-
HSV(B)233.04º50%54.12%-
XYZ9.78.4125.16-
YUV81.56159.85119.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.30%
GREEN value IS 77 (30.47% from 255) = 27.11%
BLUE value IS 138 (54.30% from 255) = 48.59%
R=24.30%
G=27.11%
B=48.59%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69771380.50.4400.46233.0433.3340.59
Hex454D8A322C02Ee92129
Octal10511521262540563514151
Binary1000101100110110001010110010101100010111011101001100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #454D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,77,138); }

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

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

 a { background-color: rgb(69,77,138); }

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

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

 span { border-color: rgb(69,77,138); }

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