#444D6E

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

Shades of Astronaut #444D6E

Tints of Astronaut #444D6E

Color information

#444D6E (or 0x444D6E) is unknown color: approx Astronaut. HEX triplet: 44, 4D and 6E. RGB value is (68,77,110). Sum of RGB (Red+Green+Blue) = 68+77+110=255 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.67% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 110 (43.36% from 255 or 43.14% from 255); Max value from RGB is 110 - color contains mainly: blue. Hex color #444D6E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D6E is #BBB291. Grayscale: #4D4D4D. Windows color (decimal): -12300946 or 7228740. OLE color: 7228740.

HSL color Cylindrical-coordinate representation of color #444D6E: hue angle of 227.14º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #444D6E is Cyan = 0.38, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6877110-
CMYK0.380.300.57
HSL227.14º23.6%34.9%-
HSV(B)227.14º38.18%43.14%-
XYZ7.857.6615.82-
YUV78.07146.02120.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.67%
GREEN value IS 77 (30.47% from 255) = 30.20%
BLUE value IS 110 (43.36% from 255) = 43.14%
R=26.67%
G=30.20%
B=43.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68771100.380.300.57227.1423.634.9
Hex444D6E261E039e31823
Octal10411515646360713433043
Binary1000100100110111011101001101111001110011110001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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