Html Css Color HEX #444F6F Astronaut

📋 copy color: '#444F6F'

red 68 ◦ green 79 ◦ blue 111

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

Shades of Astronaut #444F6F

Tints of Astronaut #444F6F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 30.62%

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

R = 26.36%
G = 30.62%
B = 43.02%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#444F6F (or 0x444F6F) is known color: Astronaut. HEX triplet: 44, 4F and 6F. RGB value is (68,79,111). Sum of RGB (Red+Green+Blue) = 68+79+111=258 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.36% from 258); Green value is 79 (31.25% from 255 or 30.62% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 111 - color contains mainly: blue. Hex color #444F6F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F6F is #BBB090. Grayscale: #4F4F4F. Windows color (decimal): -12300433 or 7294788. OLE color: 7294788.

HSL color Cylindrical-coordinate representation of color #444F6F: hue angle of 224.65º 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 #444F6F is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 79 111 -
CMYK 0.39 0.29 0 0.56
HSL 224.65º 0.24% 0.35% -
HSV(B) 224.65º 0.39% 0.44% -
XYZ 8.05 7.97 16.15 -
YUV 79.36 145.86 119.9 -
System Red Green Blue C M Y K H S L
Decimal 68 79 111 0.39 0.29 0 0.56 224.65 0.24 0.35
Hex 44 4F 6F 27 1D 0 38 E1 18 23
Octal 104 117 157 47 35 0 70 341 30 43
Binary 1000100 1001111 1101111 100111 11101 0 111000 11100001 11000 100011

Color Harmonies of #444F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444F6F

Black with #444F6F

Text Example


Text Example

White with #444F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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