#444758

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

Shades of Blue Zodiac #444758

Tints of Blue Zodiac #444758

Color information

#444758 (or 0x444758) is unknown color: approx Blue Zodiac. HEX triplet: 44, 47 and 58. RGB value is (68,71,88). Sum of RGB (Red+Green+Blue) = 68+71+88=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 71 (28.12% from 255 or 31.28% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 88 - color contains mainly: blue. Hex color #444758 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444758 is #BBB8A7. Grayscale: #474747. Windows color (decimal): -12302504 or 5785412. OLE color: 5785412.

HSL color Cylindrical-coordinate representation of color #444758: hue angle of 231º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #444758 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB687188-
CMYK0.230.1900.65
HSL231º12.82%30.59%-
HSV(B)231º22.73%34.51%-
XYZ6.46.4410.14-
YUV72.04137.01125.12-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 71 (28.12% from 255) = 31.28%
BLUE value IS 88 (34.77% from 255) = 38.77%
R=29.96%
G=31.28%
B=38.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6871880.230.1900.6523112.8230.59
Hex4447581713041e7d1f
Octal104107130272301013471537
Binary10001001000111101100010111100110100000111100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #444758; }

 p { color: rgb(68,71,88); }

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

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

 a { background-color: rgb(68,71,88); }

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

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

 span { border-color: rgb(68,71,88); }

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