#444E80

Color #444E80 Astronaut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astronaut #444E80

Tints of Astronaut #444E80

Color information

#444E80 (or 0x444E80) is unknown color: approx Astronaut. HEX triplet: 44, 4E and 80. RGB value is (68,78,128). Sum of RGB (Red+Green+Blue) = 68+78+128=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 128 - color contains mainly: blue. Hex color #444E80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444E80 is #BBB17F. Grayscale: #505050. Windows color (decimal): -12300672 or 8408644. OLE color: 8408644.

HSL color Cylindrical-coordinate representation of color #444E80: hue angle of 230º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #444E80 is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6878128-
CMYK0.470.3900.50
HSL230º30.61%38.43%-
HSV(B)230º46.88%50.2%-
XYZ98.2421.54-
YUV80.71154.69118.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.82%
GREEN value IS 78 (30.86% from 255) = 28.47%
BLUE value IS 128 (50.39% from 255) = 46.72%
R=24.82%
G=28.47%
B=46.72%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68781280.470.3900.5023030.6138.43
Hex444E802F27032e61f26
Octal10411620057470623463746
Binary100010010011101000000010111110011101100101110011011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,78,128); }

 H1.HeaderClassName
 {
   color: #444E80;
 }
 .AnyTagClassName
 {
   color: #444E80;
 }
</style>
background-color css

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

 a { background-color: rgb(68,78,128); }

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

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

 span { border-color: rgb(68,78,128); }

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