#45558D

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

Shades of Tory Blue #45558D

Tints of Tory Blue #45558D

Color information

#45558D (or 0x45558D) is unknown color: approx Tory Blue. HEX triplet: 45, 55 and 8D. RGB value is (69,85,141). Sum of RGB (Red+Green+Blue) = 69+85+141=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #45558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #45558D is #BAAA72. Grayscale: #565656. Windows color (decimal): -12233331 or 9262405. OLE color: 9262405.

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

Color convert

RGB6985141-
CMYK0.510.4000.45
HSL226.67º34.29%41.18%-
HSV(B)226.67º51.06%55.29%-
XYZ10.519.6926.51-
YUV86.6158.7115.45-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 85 (33.59% from 255) = 28.81%
BLUE value IS 141 (55.47% from 255) = 47.80%
R=23.39%
G=28.81%
B=47.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal69851410.510.4000.45226.6734.2941.18
Hex45558D332802De32229
Octal10512521563500553434251
Binary1000101101010110001101110011101000010110111100011100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45558D; }

 p { color: rgb(69,85,141); }

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

<style>
 a { background-color: #45558D; }

 a { background-color: rgb(69,85,141); }

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

<style>
 span { border-color: #45558D; }

 span { border-color: rgb(69,85,141); }

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