#45508E

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

Shades of Tory Blue #45508E

Tints of Tory Blue #45508E

Color information

#45508E (or 0x45508E) is unknown color: approx Tory Blue. HEX triplet: 45, 50 and 8E. RGB value is (69,80,142). Sum of RGB (Red+Green+Blue) = 69+80+142=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 142 (55.86% from 255 or 48.80% from 291); Max value from RGB is 142 - color contains mainly: blue. Hex color #45508E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45508E is #BAAF71. Grayscale: #535353. Windows color (decimal): -12234610 or 9326661. OLE color: 9326661.

HSL color Cylindrical-coordinate representation of color #45508E: hue angle of 230.96º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45508E is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6980142-
CMYK0.510.4400.44
HSL230.96º34.6%41.37%-
HSV(B)230.96º51.41%55.69%-
XYZ10.218.9626.78-
YUV83.78160.86117.46-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.71%
GREEN value IS 80 (31.64% from 255) = 27.49%
BLUE value IS 142 (55.86% from 255) = 48.80%
R=23.71%
G=27.49%
B=48.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal69801420.510.4400.44230.9634.641.37
Hex45508E332C02Ce72329
Octal10512021663540543474351
Binary1000101101000010001110110011101100010110011100111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45508E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45508E; }

 p { color: rgb(69,80,142); }

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

<style>
 a { background-color: #45508E; }

 a { background-color: rgb(69,80,142); }

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

<style>
 span { border-color: #45508E; }

 span { border-color: rgb(69,80,142); }

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