#444D77

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

Shades of Astronaut #444D77

Tints of Astronaut #444D77

Color information

#444D77 (or 0x444D77) is unknown color: approx Astronaut. HEX triplet: 44, 4D and 77. RGB value is (68,77,119). Sum of RGB (Red+Green+Blue) = 68+77+119=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 77 (30.47% from 255 or 29.17% from 264); Blue value is 119 (46.88% from 255 or 45.08% from 264); Max value from RGB is 119 - color contains mainly: blue. Hex color #444D77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #444D77 is #BBB288. Grayscale: #4E4E4E. Windows color (decimal): -12300937 or 7818564. OLE color: 7818564.

HSL color Cylindrical-coordinate representation of color #444D77: hue angle of 229.41º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #444D77 is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6877119-
CMYK0.430.3500.53
HSL229.41º27.27%36.67%-
HSV(B)229.41º42.86%46.67%-
XYZ8.377.8718.53-
YUV79.1150.52120.08-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 77 (30.47% from 255) = 29.17%
BLUE value IS 119 (46.88% from 255) = 45.08%
R=25.76%
G=29.17%
B=45.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68771190.430.3500.53229.4127.2736.67
Hex444D772B23035e51b25
Octal10411516753430653453345
Binary10001001001101111011110101110001101101011110010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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