#444F80

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

Shades of Astronaut #444F80

Tints of Astronaut #444F80

Color information

#444F80 (or 0x444F80) is unknown color: approx Astronaut. HEX triplet: 44, 4F and 80. RGB value is (68,79,128). Sum of RGB (Red+Green+Blue) = 68+79+128=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 128 (50.39% from 255 or 46.55% from 275); Max value from RGB is 128 - color contains mainly: blue. Hex color #444F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #444F80 is #BBB07F. Grayscale: #515151. Windows color (decimal): -12300416 or 8408900. OLE color: 8408900.

HSL color Cylindrical-coordinate representation of color #444F80: hue angle of 229º 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 #444F80 is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6879128-
CMYK0.470.3800.50
HSL229º30.61%38.43%-
HSV(B)229º46.88%50.2%-
XYZ9.088.3821.56-
YUV81.3154.36118.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.73%
GREEN value IS 79 (31.25% from 255) = 28.73%
BLUE value IS 128 (50.39% from 255) = 46.55%
R=24.73%
G=28.73%
B=46.55%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal68791280.470.3800.5022930.6138.43
Hex444F802F26032e51f26
Octal10411720057460623453746
Binary100010010011111000000010111110011001100101110010111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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