#445079

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

Shades of Astronaut #445079

Tints of Astronaut #445079

Color information

#445079 (or 0x445079) is unknown color: approx Astronaut. HEX triplet: 44, 50 and 79. RGB value is (68,80,121). Sum of RGB (Red+Green+Blue) = 68+80+121=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 121 (47.66% from 255 or 44.98% from 269); Max value from RGB is 121 - color contains mainly: blue. Hex color #445079 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445079 is #BBAF86. Grayscale: #505050. Windows color (decimal): -12300167 or 7950404. OLE color: 7950404.

HSL color Cylindrical-coordinate representation of color #445079: hue angle of 226.42º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #445079 is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6880121-
CMYK0.440.3400.53
HSL226.42º28.04%37.06%-
HSV(B)226.42º43.8%47.45%-
XYZ8.78.3519.24-
YUV81.09150.52118.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 80 (31.64% from 255) = 29.74%
BLUE value IS 121 (47.66% from 255) = 44.98%
R=25.28%
G=29.74%
B=44.98%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68801210.440.3400.53226.4228.0437.06
Hex4450792C22035e21c25
Octal10412017154420653423445
Binary10001001010000111100110110010001001101011110001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445079; }

 p { color: rgb(68,80,121); }

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

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

 a { background-color: rgb(68,80,121); }

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

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

 span { border-color: rgb(68,80,121); }

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