#44527C

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

Shades of Astronaut #44527C

Tints of Astronaut #44527C

Color information

#44527C (or 0x44527C) is unknown color: approx Astronaut. HEX triplet: 44, 52 and 7C. RGB value is (68,82,124). Sum of RGB (Red+Green+Blue) = 68+82+124=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 124 (48.83% from 255 or 45.26% from 274); Max value from RGB is 124 - color contains mainly: blue. Hex color #44527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44527C is #BBAD83. Grayscale: #525252. Windows color (decimal): -12299652 or 8147524. OLE color: 8147524.

HSL color Cylindrical-coordinate representation of color #44527C: hue angle of 225º 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 #44527C is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6882124-
CMYK0.450.3400.51
HSL225º29.17%37.65%-
HSV(B)225º45.16%48.63%-
XYZ9.048.7220.28-
YUV82.6151.36117.58-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.82%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 124 (48.83% from 255) = 45.26%
R=24.82%
G=29.93%
B=45.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68821240.450.3400.5122529.1737.65
Hex44527C2D22033e11d26
Octal10412217455420633413546
Binary10001001010010111110010110110001001100111110000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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