#444D70

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

Shades of Astronaut #444D70

Tints of Astronaut #444D70

Color information

#444D70 (or 0x444D70) is unknown color: approx Astronaut. HEX triplet: 44, 4D and 70. RGB value is (68,77,112). Sum of RGB (Red+Green+Blue) = 68+77+112=257 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.46% from 257); Green value is 77 (30.47% from 255 or 29.96% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 112 - color contains mainly: blue. Hex color #444D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D70 is #BBB28F. Grayscale: #4E4E4E. Windows color (decimal): -12300944 or 7359812. OLE color: 7359812.

HSL color Cylindrical-coordinate representation of color #444D70: hue angle of 227.73º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #444D70 is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6877112-
CMYK0.390.3100.56
HSL227.73º24.44%35.29%-
HSV(B)227.73º39.29%43.92%-
XYZ7.967.7116.4-
YUV78.3147.02120.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.46%
GREEN value IS 77 (30.47% from 255) = 29.96%
BLUE value IS 112 (44.14% from 255) = 43.58%
R=26.46%
G=29.96%
B=43.58%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68771120.390.3100.56227.7324.4435.29
Hex444D70271F038e41823
Octal10411516047370703443043
Binary1000100100110111100001001111111101110001110010011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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