#45518A

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

Shades of Tory Blue #45518A

Tints of Tory Blue #45518A

Color information

#45518A (or 0x45518A) is unknown color: approx Tory Blue. HEX triplet: 45, 51 and 8A. RGB value is (69,81,138). Sum of RGB (Red+Green+Blue) = 69+81+138=288 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.96% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #45518A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45518A is #BAAE75. Grayscale: #535353. Windows color (decimal): -12234358 or 9064773. OLE color: 9064773.

HSL color Cylindrical-coordinate representation of color #45518A: hue angle of 229.57º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #45518A is Cyan = 0.5, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6981138-
CMYK0.50.4100.46
HSL229.57º33.33%40.59%-
HSV(B)229.57º50%54.12%-
XYZ9.988.9925.25-
YUV83.91158.52117.37-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.96%
GREEN value IS 81 (32.03% from 255) = 28.12%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=23.96%
G=28.12%
B=47.92%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69811380.50.4100.46229.5733.3340.59
Hex45518A322902Ee62129
Octal10512121262510563464151
Binary1000101101000110001010110010101001010111011100110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45518A; }

 p { color: rgb(69,81,138); }

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

<style>
 a { background-color: #45518A; }

 a { background-color: rgb(69,81,138); }

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

<style>
 span { border-color: #45518A; }

 span { border-color: rgb(69,81,138); }

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