#455A8B

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

Shades of Tory Blue #455A8B

Tints of Tory Blue #455A8B

Color information

#455A8B (or 0x455A8B) is unknown color: approx Tory Blue. HEX triplet: 45, 5A and 8B. RGB value is (69,90,139). Sum of RGB (Red+Green+Blue) = 69+90+139=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 90 (35.55% from 255 or 30.20% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #455A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455A8B is #BAA574. Grayscale: #595959. Windows color (decimal): -12232053 or 9132613. OLE color: 9132613.

HSL color Cylindrical-coordinate representation of color #455A8B: hue angle of 222º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #455A8B is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6990139-
CMYK0.500.3500.45
HSL222º33.65%40.78%-
HSV(B)222º50.36%54.51%-
XYZ10.7710.4425.87-
YUV89.31156.04113.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 90 (35.55% from 255) = 30.20%
BLUE value IS 139 (54.69% from 255) = 46.64%
R=23.15%
G=30.20%
B=46.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69901390.500.3500.4522233.6540.78
Hex455A8B322302Dde2229
Octal10513221362430553364251
Binary1000101101101010001011110010100011010110111011110100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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