#44495D

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

Shades of Blue Zodiac #44495D

Tints of Blue Zodiac #44495D

Color information

#44495D (or 0x44495D) is unknown color: approx Blue Zodiac. HEX triplet: 44, 49 and 5D. RGB value is (68,73,93). Sum of RGB (Red+Green+Blue) = 68+73+93=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 73 (28.91% from 255 or 31.20% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 93 - color contains mainly: blue. Hex color #44495D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44495D is #BBB6A2. Grayscale: #494949. Windows color (decimal): -12301987 or 6113604. OLE color: 6113604.

HSL color Cylindrical-coordinate representation of color #44495D: hue angle of 228º degrees, saturation: 0.16, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #44495D is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB687393-
CMYK0.270.2200.64
HSL228º15.53%31.57%-
HSV(B)228º26.88%36.47%-
XYZ6.746.7811.31-
YUV73.78138.84123.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.06%
GREEN value IS 73 (28.91% from 255) = 31.20%
BLUE value IS 93 (36.72% from 255) = 39.74%
R=29.06%
G=31.20%
B=39.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6873930.270.2200.6422815.5331.57
Hex44495D1B16040e41020
Octal104111135332601003442040
Binary1000100100100110111011101110110010000001110010010000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44495D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,73,93); }

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

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

 a { background-color: rgb(68,73,93); }

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

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

 span { border-color: rgb(68,73,93); }

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