#44507C

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

Shades of Astronaut #44507C

Tints of Astronaut #44507C

Color information

#44507C (or 0x44507C) is unknown color: approx Astronaut. HEX triplet: 44, 50 and 7C. RGB value is (68,80,124). Sum of RGB (Red+Green+Blue) = 68+80+124=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 124 (48.83% from 255 or 45.59% from 272); Max value from RGB is 124 - color contains mainly: blue. Hex color #44507C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44507C is #BBAF83. Grayscale: #515151. Windows color (decimal): -12300164 or 8147012. OLE color: 8147012.

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

Color convert

RGB6880124-
CMYK0.450.3500.51
HSL227.14º29.17%37.65%-
HSV(B)227.14º45.16%48.63%-
XYZ8.898.4220.23-
YUV81.43152.02118.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 124 (48.83% from 255) = 45.59%
R=25%
G=29.41%
B=45.59%

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
Decimal68801240.450.3500.51227.1429.1737.65
Hex44507C2D23033e31d26
Octal10412017455430633433546
Binary10001001010000111110010110110001101100111110001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44507C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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