Html Css Color HEX #444958 Blue Zodiac

📋 copy color: '#444958'

red 68 ◦ green 73 ◦ blue 88

#444958
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Zodiac #444958

Tints of Blue Zodiac #444958

RGB

 RED value IS 68 (26.95% from 255) = 29.69%

 GREEN value IS 73 (28.91% from 255) = 31.88%

 BLUE value IS 88 (34.77% from 255) = 38.43%

R = 29.69%
G = 31.88%
B = 38.43%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#444958 (or 0x444958) is known color: Blue Zodiac. HEX triplet: 44, 49 and 58. RGB value is (68,73,88). Sum of RGB (Red+Green+Blue) = 68+73+88=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 73 (28.91% from 255 or 31.88% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 88 - color contains mainly: blue. Hex color #444958 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444958 is #BBB6A7. Grayscale: #494949. Windows color (decimal): -12301992 or 5785924. OLE color: 5785924.

HSL color Cylindrical-coordinate representation of color #444958: hue angle of 225º 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 #444958 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 68 73 88 -
CMYK 0.23 0.17 0 0.65
HSL 225º 0.13% 0.31% -
HSV(B) 225º 0.23% 0.35% -
XYZ 6.53 6.7 10.18 -
YUV 73.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 68 73 88 0.23 0.17 0 0.65 225 0.13 0.31
Hex 44 49 58 17 11 0 41 E1 D 1F
Octal 104 111 130 27 21 0 101 341 15 37
Binary 1000100 1001001 1011000 10111 10001 0 1000001 11100001 1101 11111

Color Harmonies of #444958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444958

Black with #444958

Text Example


Text Example

White with #444958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444958; }

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

 H1.HeaderClassName
 {
   color: #444958;
 }
 .AnyTagClassName
 {
   color: #444958;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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