Html Css Color HEX #444C5F Blue Zodiac

📋 copy color: '#444C5F'

red 68 ◦ green 76 ◦ blue 95

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

Shades of Blue Zodiac #444C5F

Tints of Blue Zodiac #444C5F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.8%

 BLUE value IS 95 (37.5% from 255) = 39.75%

R = 28.45%
G = 31.8%
B = 39.75%

CMYK

 C value IS 0.28

 M value IS 0.20

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#444C5F (or 0x444C5F) is known color: Blue Zodiac. HEX triplet: 44, 4C and 5F. RGB value is (68,76,95). Sum of RGB (Red+Green+Blue) = 68+76+95=239 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.45% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 95 - color contains mainly: blue. Hex color #444C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C5F is #BBB3A0. Grayscale: #4B4B4B. Windows color (decimal): -12301217 or 6245444. OLE color: 6245444.

HSL color Cylindrical-coordinate representation of color #444C5F: hue angle of 222.22º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #444C5F is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 68 76 95 -
CMYK 0.28 0.20 0 0.63
HSL 222.22º 0.17% 0.32% -
HSV(B) 222.22º 0.28% 0.37% -
XYZ 7.03 7.22 11.85 -
YUV 75.77 138.85 122.46 -
System Red Green Blue C M Y K H S L
Decimal 68 76 95 0.28 0.20 0 0.63 222.22 0.17 0.32
Hex 44 4C 5F 1C 14 0 3F DE 11 20
Octal 104 114 137 34 24 0 77 336 21 40
Binary 1000100 1001100 1011111 11100 10100 0 111111 11011110 10001 100000

Color Harmonies of #444C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444C5F

Black with #444C5F

Text Example


Text Example

White with #444C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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