#455B8B

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

Shades of Tory Blue #455B8B

Tints of Tory Blue #455B8B

Color information

#455B8B (or 0x455B8B) is unknown color: approx Tory Blue. HEX triplet: 45, 5B and 8B. RGB value is (69,91,139). Sum of RGB (Red+Green+Blue) = 69+91+139=299 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.08% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 139 (54.69% from 255 or 46.49% from 299); Max value from RGB is 139 - color contains mainly: blue. Hex color #455B8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #455B8B is #BAA474. Grayscale: #595959. Windows color (decimal): -12231797 or 9132869. OLE color: 9132869.

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

Color convert

RGB6991139-
CMYK0.500.3500.45
HSL221.14º33.65%40.78%-
HSV(B)221.14º50.36%54.51%-
XYZ10.8610.6125.9-
YUV89.89155.71113.1-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.08%
GREEN value IS 91 (35.94% from 255) = 30.43%
BLUE value IS 139 (54.69% from 255) = 46.49%
R=23.08%
G=30.43%
B=46.49%

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
Decimal69911390.500.3500.45221.1433.6540.78
Hex455B8B322302Ddd2229
Octal10513321362430553354251
Binary1000101101101110001011110010100011010110111011101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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