#45548C

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

Shades of Tory Blue #45548C

Tints of Tory Blue #45548C

Color information

#45548C (or 0x45548C) is unknown color: approx Tory Blue. HEX triplet: 45, 54 and 8C. RGB value is (69,84,140). Sum of RGB (Red+Green+Blue) = 69+84+140=293 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.55% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #45548C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45548C is #BAAB73. Grayscale: #555555. Windows color (decimal): -12233588 or 9196613. OLE color: 9196613.

HSL color Cylindrical-coordinate representation of color #45548C: hue angle of 227.32º 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 #45548C is Cyan = 0.51, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6984140-
CMYK0.510.400.45
HSL227.32º33.97%40.98%-
HSV(B)227.32º50.71%54.9%-
XYZ10.369.526.1-
YUV85.9158.53115.95-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.55%
GREEN value IS 84 (33.20% from 255) = 28.67%
BLUE value IS 140 (55.08% from 255) = 47.78%
R=23.55%
G=28.67%
B=47.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69841400.510.400.45227.3233.9740.98
Hex45548C332802De32229
Octal10512421463500553434251
Binary1000101101010010001100110011101000010110111100011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45548C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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