#44578A

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

Shades of Tory Blue #44578A

Tints of Tory Blue #44578A

Color information

#44578A (or 0x44578A) is unknown color: approx Tory Blue. HEX triplet: 44, 57 and 8A. RGB value is (68,87,138). Sum of RGB (Red+Green+Blue) = 68+87+138=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 138 (54.30% from 255 or 47.10% from 293); Max value from RGB is 138 - color contains mainly: blue. Hex color #44578A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44578A is #BBA875. Grayscale: #565656. Windows color (decimal): -12298358 or 9066308. OLE color: 9066308.

HSL color Cylindrical-coordinate representation of color #44578A: hue angle of 223.71º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44578A is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6887138-
CMYK0.510.3700.46
HSL223.71º33.98%40.39%-
HSV(B)223.71º50.72%54.12%-
XYZ10.389.8825.4-
YUV87.13156.71114.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.21%
GREEN value IS 87 (34.38% from 255) = 29.69%
BLUE value IS 138 (54.30% from 255) = 47.10%
R=23.21%
G=29.69%
B=47.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68871380.510.3700.46223.7133.9840.39
Hex44578A332502Ee02228
Octal10412721263450563404250
Binary1000100101011110001010110011100101010111011100000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,87,138); }

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

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

 a { background-color: rgb(68,87,138); }

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

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

 span { border-color: rgb(68,87,138); }

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