#455A8A

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

Shades of Tory Blue #455A8A

Tints of Tory Blue #455A8A

Color information

#455A8A (or 0x455A8A) is unknown color: approx Tory Blue. HEX triplet: 45, 5A and 8A. RGB value is (69,90,138). Sum of RGB (Red+Green+Blue) = 69+90+138=297 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.23% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #455A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455A8A is #BAA575. Grayscale: #585858. Windows color (decimal): -12232054 or 9067077. OLE color: 9067077.

HSL color Cylindrical-coordinate representation of color #455A8A: hue angle of 221.74º 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 #455A8A is Cyan = 0.5, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6990138-
CMYK0.50.3500.46
HSL221.74º33.33%40.59%-
HSV(B)221.74º50%54.12%-
XYZ10.710.4125.49-
YUV89.19155.54113.6-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.23%
GREEN value IS 90 (35.55% from 255) = 30.30%
BLUE value IS 138 (54.30% from 255) = 46.46%
R=23.23%
G=30.30%
B=46.46%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69901380.50.3500.46221.7433.3340.59
Hex455A8A322302Ede2129
Octal10513221262430563364151
Binary1000101101101010001010110010100011010111011011110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455A8A; }

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

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

<style>
 a { background-color: #455A8A; }

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

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

<style>
 span { border-color: #455A8A; }

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

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