#44548A

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

Shades of Tory Blue #44548A

Tints of Tory Blue #44548A

Color information

#44548A (or 0x44548A) is unknown color: approx Tory Blue. HEX triplet: 44, 54 and 8A. RGB value is (68,84,138). Sum of RGB (Red+Green+Blue) = 68+84+138=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 138 (54.30% from 255 or 47.59% from 290); Max value from RGB is 138 - color contains mainly: blue. Hex color #44548A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44548A is #BBAB75. Grayscale: #555555. Windows color (decimal): -12299126 or 9065540. OLE color: 9065540.

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

Color convert

RGB6884138-
CMYK0.510.3900.46
HSL226.29º33.98%40.39%-
HSV(B)226.29º50.72%54.12%-
XYZ10.149.425.33-
YUV85.37157.7115.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.45%
GREEN value IS 84 (33.20% from 255) = 28.97%
BLUE value IS 138 (54.30% from 255) = 47.59%
R=23.45%
G=28.97%
B=47.59%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal68841380.510.3900.46226.2933.9840.39
Hex44548A332702Ee22228
Octal10412421263470563424250
Binary1000100101010010001010110011100111010111011100010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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