#444C77

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

Shades of Astronaut #444C77

Tints of Astronaut #444C77

Color information

#444C77 (or 0x444C77) is unknown color: approx Astronaut. HEX triplet: 44, 4C and 77. RGB value is (68,76,119). Sum of RGB (Red+Green+Blue) = 68+76+119=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 76 (30.08% from 255 or 28.90% from 263); Blue value is 119 (46.88% from 255 or 45.25% from 263); Max value from RGB is 119 - color contains mainly: blue. Hex color #444C77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #444C77 is #BBB388. Grayscale: #4E4E4E. Windows color (decimal): -12301193 or 7818308. OLE color: 7818308.

HSL color Cylindrical-coordinate representation of color #444C77: hue angle of 230.59º 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 #444C77 is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6876119-
CMYK0.430.3600.53
HSL230.59º27.27%36.67%-
HSV(B)230.59º42.86%46.67%-
XYZ8.37.7318.51-
YUV78.51150.85120.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 76 (30.08% from 255) = 28.90%
BLUE value IS 119 (46.88% from 255) = 45.25%
R=25.86%
G=28.90%
B=45.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68761190.430.3600.53230.5927.2736.67
Hex444C772B24035e71b25
Octal10411416753440653473345
Binary10001001001100111011110101110010001101011110011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #444C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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