Html Css Color HEX #444D6F Astronaut

📋 copy color: '#444D6F'

red 68 ◦ green 77 ◦ blue 111

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

Shades of Astronaut #444D6F

Tints of Astronaut #444D6F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.08%

 BLUE value IS 111 (43.75% from 255) = 43.36%

R = 26.56%
G = 30.08%
B = 43.36%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#444D6F (or 0x444D6F) is known color: Astronaut. HEX triplet: 44, 4D and 6F. RGB value is (68,77,111). Sum of RGB (Red+Green+Blue) = 68+77+111=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 77 (30.47% from 255 or 30.08% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 111 - color contains mainly: blue. Hex color #444D6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D6F is #BBB290. Grayscale: #4E4E4E. Windows color (decimal): -12300945 or 7294276. OLE color: 7294276.

HSL color Cylindrical-coordinate representation of color #444D6F: hue angle of 227.44º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #444D6F is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 77 111 -
CMYK 0.39 0.31 0 0.56
HSL 227.44º 0.24% 0.35% -
HSV(B) 227.44º 0.39% 0.44% -
XYZ 7.91 7.68 16.11 -
YUV 78.19 146.52 120.74 -
System Red Green Blue C M Y K H S L
Decimal 68 77 111 0.39 0.31 0 0.56 227.44 0.24 0.35
Hex 44 4D 6F 27 1F 0 38 E3 18 23
Octal 104 115 157 47 37 0 70 343 30 43
Binary 1000100 1001101 1101111 100111 11111 0 111000 11100011 11000 100011

Color Harmonies of #444D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444D6F

Black with #444D6F

Text Example


Text Example

White with #444D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,77,111); }

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

background-color css

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

 a { background-color: rgb(68,77,111); }

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

border-color css

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

 span { border-color: rgb(68,77,111); }

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