#44517C

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

Shades of Astronaut #44517C

Tints of Astronaut #44517C

Color information

#44517C (or 0x44517C) is unknown color: approx Astronaut. HEX triplet: 44, 51 and 7C. RGB value is (68,81,124). Sum of RGB (Red+Green+Blue) = 68+81+124=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 81 (32.03% from 255 or 29.67% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #44517C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44517C is #BBAE83. Grayscale: #515151. Windows color (decimal): -12299908 or 8147268. OLE color: 8147268.

HSL color Cylindrical-coordinate representation of color #44517C: hue angle of 226.07º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44517C is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6881124-
CMYK0.450.3500.51
HSL226.07º29.17%37.65%-
HSV(B)226.07º45.16%48.63%-
XYZ8.968.5720.25-
YUV82.01151.69118-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 81 (32.03% from 255) = 29.67%
BLUE value IS 124 (48.83% from 255) = 45.42%
R=24.91%
G=29.67%
B=45.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68811240.450.3500.51226.0729.1737.65
Hex44517C2D23033e21d26
Octal10412117455430633423546
Binary10001001010001111110010110110001101100111110001011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44517C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44517C; }

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

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

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

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

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

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

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

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