#45508B

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

Shades of Tory Blue #45508B

Tints of Tory Blue #45508B

Color information

#45508B (or 0x45508B) is unknown color: approx Tory Blue. HEX triplet: 45, 50 and 8B. RGB value is (69,80,139). Sum of RGB (Red+Green+Blue) = 69+80+139=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #45508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45508B is #BAAF74. Grayscale: #535353. Windows color (decimal): -12234613 or 9130053. OLE color: 9130053.

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

Color convert

RGB6980139-
CMYK0.500.4200.45
HSL230.57º33.65%40.78%-
HSV(B)230.57º50.36%54.51%-
XYZ9.988.8725.61-
YUV83.44159.36117.7-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.96%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 139 (54.69% from 255) = 48.26%
R=23.96%
G=27.78%
B=48.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69801390.500.4200.45230.5733.6540.78
Hex45508B322A02De72229
Octal10512021362520553474251
Binary1000101101000010001011110010101010010110111100111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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