#45598C

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

Shades of Tory Blue #45598C

Tints of Tory Blue #45598C

Color information

#45598C (or 0x45598C) is unknown color: approx Tory Blue. HEX triplet: 45, 59 and 8C. RGB value is (69,89,140). Sum of RGB (Red+Green+Blue) = 69+89+140=298 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.15% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 140 (55.08% from 255 or 46.98% from 298); Max value from RGB is 140 - color contains mainly: blue. Hex color #45598C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45598C is #BAA673. Grayscale: #585858. Windows color (decimal): -12232308 or 9197893. OLE color: 9197893.

HSL color Cylindrical-coordinate representation of color #45598C: hue angle of 223.1º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #45598C is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6989140-
CMYK0.510.3600.45
HSL223.1º33.97%40.98%-
HSV(B)223.1º50.71%54.9%-
XYZ10.7610.326.23-
YUV88.83156.87113.85-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.15%
GREEN value IS 89 (35.16% from 255) = 29.87%
BLUE value IS 140 (55.08% from 255) = 46.98%
R=23.15%
G=29.87%
B=46.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69891400.510.3600.45223.133.9740.98
Hex45598C332402Ddf2229
Octal10513121463440553374251
Binary1000101101100110001100110011100100010110111011111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45598C; }

 p { color: rgb(69,89,140); }

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

<style>
 a { background-color: #45598C; }

 a { background-color: rgb(69,89,140); }

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

<style>
 span { border-color: #45598C; }

 span { border-color: rgb(69,89,140); }

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