Html Css Color HEX #444C71 Astronaut

📋 copy color: '#444C71'

red 68 ◦ green 76 ◦ blue 113

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

Shades of Astronaut #444C71

Tints of Astronaut #444C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 43.97%

R = 26.46%
G = 29.57%
B = 43.97%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#444C71 (or 0x444C71) is known color: Astronaut. HEX triplet: 44, 4C and 71. RGB value is (68,76,113). Sum of RGB (Red+Green+Blue) = 68+76+113=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 76 (30.08% from 255 or 29.57% from 257); Blue value is 113 (44.53% from 255 or 43.97% from 257); Max value from RGB is 113 - color contains mainly: blue. Hex color #444C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C71 is #BBB38E. Grayscale: #4D4D4D. Windows color (decimal): -12301199 or 7425092. OLE color: 7425092.

HSL color Cylindrical-coordinate representation of color #444C71: hue angle of 229.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #444C71 is Cyan = 0.40, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 76 113 -
CMYK 0.40 0.33 0 0.56
HSL 229.33º 0.25% 0.35% -
HSV(B) 229.33º 0.4% 0.44% -
XYZ 7.95 7.59 16.67 -
YUV 77.83 147.85 120.99 -
System Red Green Blue C M Y K H S L
Decimal 68 76 113 0.40 0.33 0 0.56 229.33 0.25 0.35
Hex 44 4C 71 28 21 0 38 E5 19 23
Octal 104 114 161 50 41 0 70 345 31 43
Binary 1000100 1001100 1110001 101000 100001 0 111000 11100101 11001 100011

Color Harmonies of #444C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444C71

Black with #444C71

Text Example


Text Example

White with #444C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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