#444C5D

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

Shades of Blue Zodiac #444C5D

Tints of Blue Zodiac #444C5D

Color information

#444C5D (or 0x444C5D) is unknown color: approx Blue Zodiac. HEX triplet: 44, 4C and 5D. RGB value is (68,76,93). Sum of RGB (Red+Green+Blue) = 68+76+93=237 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.69% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 93 - color contains mainly: blue. Hex color #444C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C5D is #BBB3A2. Grayscale: #4B4B4B. Windows color (decimal): -12301219 or 6114372. OLE color: 6114372.

HSL color Cylindrical-coordinate representation of color #444C5D: hue angle of 220.8º 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 #444C5D is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB687693-
CMYK0.270.1800.64
HSL220.8º15.53%31.57%-
HSV(B)220.8º26.88%36.47%-
XYZ6.947.1911.38-
YUV75.55137.85122.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.69%
GREEN value IS 76 (30.08% from 255) = 32.07%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=28.69%
G=32.07%
B=39.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6876930.270.1800.64220.815.5331.57
Hex444C5D1B12040dd1020
Octal104114135332201003352040
Binary1000100100110010111011101110010010000001101110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444C5D; }

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

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

<style>
 a { background-color: #444C5D; }

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

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

<style>
 span { border-color: #444C5D; }

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

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