Html Css Color HEX #444C6F Astronaut

📋 copy color: '#444C6F'

red 68 ◦ green 76 ◦ blue 111

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

Shades of Astronaut #444C6F

Tints of Astronaut #444C6F

RGB

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

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

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

R = 26.67%
G = 29.8%
B = 43.53%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#444C6F (or 0x444C6F) is known color: Astronaut. HEX triplet: 44, 4C and 6F. RGB value is (68,76,111). Sum of RGB (Red+Green+Blue) = 68+76+111=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 76 (30.08% from 255 or 29.80% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 111 - color contains mainly: blue. Hex color #444C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C6F is #BBB390. Grayscale: #4D4D4D. Windows color (decimal): -12301201 or 7294020. OLE color: 7294020.

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

Color convert

RGB 68 76 111 -
CMYK 0.39 0.32 0 0.56
HSL 228.84º 0.24% 0.35% -
HSV(B) 228.84º 0.39% 0.44% -
XYZ 7.84 7.55 16.08 -
YUV 77.6 146.85 121.15 -
System Red Green Blue C M Y K H S L
Decimal 68 76 111 0.39 0.32 0 0.56 228.84 0.24 0.35
Hex 44 4C 6F 27 20 0 38 E5 18 23
Octal 104 114 157 47 40 0 70 345 30 43
Binary 1000100 1001100 1101111 100111 100000 0 111000 11100101 11000 100011

Color Harmonies of #444C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444C6F

Black with #444C6F

Text Example


Text Example

White with #444C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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