#444D73

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

Shades of Astronaut #444D73

Tints of Astronaut #444D73

Color information

#444D73 (or 0x444D73) is unknown color: approx Astronaut. HEX triplet: 44, 4D and 73. RGB value is (68,77,115). Sum of RGB (Red+Green+Blue) = 68+77+115=260 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.15% from 260); Green value is 77 (30.47% from 255 or 29.62% from 260); Blue value is 115 (45.31% from 255 or 44.23% from 260); Max value from RGB is 115 - color contains mainly: blue. Hex color #444D73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D73 is #BBB28C. Grayscale: #4E4E4E. Windows color (decimal): -12300941 or 7556420. OLE color: 7556420.

HSL color Cylindrical-coordinate representation of color #444D73: hue angle of 228.51º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #444D73 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6877115-
CMYK0.410.3300.55
HSL228.51º25.68%35.88%-
HSV(B)228.51º40.87%45.1%-
XYZ8.137.7717.29-
YUV78.64148.52120.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.15%
GREEN value IS 77 (30.47% from 255) = 29.62%
BLUE value IS 115 (45.31% from 255) = 44.23%
R=26.15%
G=29.62%
B=44.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68771150.410.3300.55228.5125.6835.88
Hex444D732921037e51a24
Octal10411516351410673453244
Binary10001001001101111001110100110000101101111110010111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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