#444E7D

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

Shades of Astronaut #444E7D

Tints of Astronaut #444E7D

Color information

#444E7D (or 0x444E7D) is unknown color: approx Astronaut. HEX triplet: 44, 4E and 7D. RGB value is (68,78,125). Sum of RGB (Red+Green+Blue) = 68+78+125=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 78 (30.86% from 255 or 28.78% from 271); Blue value is 125 (49.22% from 255 or 46.13% from 271); Max value from RGB is 125 - color contains mainly: blue. Hex color #444E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444E7D is #BBB182. Grayscale: #505050. Windows color (decimal): -12300675 or 8212036. OLE color: 8212036.

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

Color convert

RGB6878125-
CMYK0.460.3800.51
HSL229.47º29.53%37.84%-
HSV(B)229.47º45.6%49.02%-
XYZ8.818.1620.51-
YUV80.37153.19119.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 78 (30.86% from 255) = 28.78%
BLUE value IS 125 (49.22% from 255) = 46.13%
R=25.09%
G=28.78%
B=46.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68781250.460.3800.51229.4729.5337.84
Hex444E7D2E26033e51e26
Octal10411617556460633453646
Binary10001001001110111110110111010011001100111110010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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