#445177

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

Shades of Astronaut #445177

Tints of Astronaut #445177

Color information

#445177 (or 0x445177) is unknown color: approx Astronaut. HEX triplet: 44, 51 and 77. RGB value is (68,81,119). Sum of RGB (Red+Green+Blue) = 68+81+119=268 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.37% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 119 (46.88% from 255 or 44.40% from 268); Max value from RGB is 119 - color contains mainly: blue. Hex color #445177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445177 is #BBAE88. Grayscale: #515151. Windows color (decimal): -12299913 or 7819588. OLE color: 7819588.

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

Color convert

RGB6881119-
CMYK0.430.3200.53
HSL224.71º27.27%36.67%-
HSV(B)224.71º42.86%46.67%-
XYZ8.668.4518.63-
YUV81.44149.19118.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.37%
GREEN value IS 81 (32.03% from 255) = 30.22%
BLUE value IS 119 (46.88% from 255) = 44.40%
R=25.37%
G=30.22%
B=44.40%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal68811190.430.3200.53224.7127.2736.67
Hex4451772B20035e11b25
Octal10412116753400653413345
Binary10001001010001111011110101110000001101011110000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445177; }

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

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

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

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

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

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

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

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