#444B5D

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

Shades of Blue Zodiac #444B5D

Tints of Blue Zodiac #444B5D

Color information

#444B5D (or 0x444B5D) is unknown color: approx Blue Zodiac. HEX triplet: 44, 4B and 5D. RGB value is (68,75,93). Sum of RGB (Red+Green+Blue) = 68+75+93=236 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.81% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 93 (36.72% from 255 or 39.41% from 236); Max value from RGB is 93 - color contains mainly: blue. Hex color #444B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444B5D is #BBB4A2. Grayscale: #4A4A4A. Windows color (decimal): -12301475 or 6114116. OLE color: 6114116.

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

Color convert

RGB687593-
CMYK0.270.1900.64
HSL223.2º15.53%31.57%-
HSV(B)223.2º26.88%36.47%-
XYZ6.887.0511.35-
YUV74.96138.18123.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.81%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 93 (36.72% from 255) = 39.41%
R=28.81%
G=31.78%
B=39.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6875930.270.1900.64223.215.5331.57
Hex444B5D1B13040df1020
Octal104113135332301003372040
Binary1000100100101110111011101110011010000001101111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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