#444D7C

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

Shades of Astronaut #444D7C

Tints of Astronaut #444D7C

Color information

#444D7C (or 0x444D7C) is unknown color: approx Astronaut. HEX triplet: 44, 4D and 7C. RGB value is (68,77,124). Sum of RGB (Red+Green+Blue) = 68+77+124=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 124 - color contains mainly: blue. Hex color #444D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D7C is #BBB283. Grayscale: #4F4F4F. Windows color (decimal): -12300932 or 8146244. OLE color: 8146244.

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

Color convert

RGB6877124-
CMYK0.450.3800.51
HSL230.36º29.17%37.65%-
HSV(B)230.36º45.16%48.63%-
XYZ8.687.9920.15-
YUV79.67153.02119.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 77 (30.47% from 255) = 28.62%
BLUE value IS 124 (48.83% from 255) = 46.10%
R=25.28%
G=28.62%
B=46.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68771240.450.3800.51230.3629.1737.65
Hex444D7C2D26033e61d26
Octal10411517455460633463546
Binary10001001001101111110010110110011001100111110011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,77,124); }

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

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

 a { background-color: rgb(68,77,124); }

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

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

 span { border-color: rgb(68,77,124); }

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