#444956

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

Shades of Blue Zodiac #444956

Tints of Blue Zodiac #444956

Color information

#444956 (or 0x444956) is unknown color: approx Blue Zodiac. HEX triplet: 44, 49 and 56. RGB value is (68,73,86). Sum of RGB (Red+Green+Blue) = 68+73+86=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 86 - color contains mainly: blue. Hex color #444956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444956 is #BBB6A9. Grayscale: #484848. Windows color (decimal): -12301994 or 5654852. OLE color: 5654852.

HSL color Cylindrical-coordinate representation of color #444956: hue angle of 223.33º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #444956 is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB687386-
CMYK0.210.1500.66
HSL223.33º11.69%30.2%-
HSV(B)223.33º20.93%33.73%-
XYZ6.456.679.75-
YUV72.99135.34124.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=29.96%
G=32.16%
B=37.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6873860.210.1500.66223.3311.6930.2
Hex44495615F042dfc1e
Octal104111126251701023371436
Binary1000100100100110101101010111110100001011011111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444956; }

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

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

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

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

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

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

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

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