#45508A

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

Shades of Tory Blue #45508A

Tints of Tory Blue #45508A

Color information

#45508A (or 0x45508A) is unknown color: approx Tory Blue. HEX triplet: 45, 50 and 8A. RGB value is (69,80,138). Sum of RGB (Red+Green+Blue) = 69+80+138=287 (38% of max value = 765). Red value is 69 (27.34% from 255 or 24.04% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #45508A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45508A is #BAAF75. Grayscale: #535353. Windows color (decimal): -12234614 or 9064517. OLE color: 9064517.

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

Color convert

RGB6980138-
CMYK0.50.4200.46
HSL230.43º33.33%40.59%-
HSV(B)230.43º50%54.12%-
XYZ9.918.8425.23-
YUV83.32158.86117.78-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.04%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 138 (54.30% from 255) = 48.08%
R=24.04%
G=27.87%
B=48.08%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal69801380.50.4200.46230.4333.3340.59
Hex45508A322A02Ee62129
Octal10512021262520563464151
Binary1000101101000010001010110010101010010111011100110100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45508A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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