#444F7E

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

Shades of Astronaut #444F7E

Tints of Astronaut #444F7E

Color information

#444F7E (or 0x444F7E) is unknown color: approx Astronaut. HEX triplet: 44, 4F and 7E. RGB value is (68,79,126). Sum of RGB (Red+Green+Blue) = 68+79+126=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 126 - color contains mainly: blue. Hex color #444F7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444F7E is #BBB081. Grayscale: #505050. Windows color (decimal): -12300418 or 8277828. OLE color: 8277828.

HSL color Cylindrical-coordinate representation of color #444F7E: hue angle of 228.62º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #444F7E is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6879126-
CMYK0.460.3700.51
HSL228.62º29.9%38.04%-
HSV(B)228.62º46.03%49.41%-
XYZ8.958.3320.87-
YUV81.07153.36118.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 126 (49.61% from 255) = 46.15%
R=24.91%
G=28.94%
B=46.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68791260.460.3700.51228.6229.938.04
Hex444F7E2E25033e51e26
Octal10411717656450633453646
Binary10001001001111111111010111010010101100111110010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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