#44507E

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

Shades of Astronaut #44507E

Tints of Astronaut #44507E

Color information

#44507E (or 0x44507E) is unknown color: approx Astronaut. HEX triplet: 44, 50 and 7E. RGB value is (68,80,126). Sum of RGB (Red+Green+Blue) = 68+80+126=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 126 - color contains mainly: blue. Hex color #44507E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44507E is #BBAF81. Grayscale: #515151. Windows color (decimal): -12300162 or 8278084. OLE color: 8278084.

HSL color Cylindrical-coordinate representation of color #44507E: hue angle of 227.59º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44507E is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6880126-
CMYK0.460.3700.51
HSL227.59º29.9%38.04%-
HSV(B)227.59º46.03%49.41%-
XYZ9.028.4720.9-
YUV81.66153.02118.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.82%
GREEN value IS 80 (31.64% from 255) = 29.20%
BLUE value IS 126 (49.61% from 255) = 45.99%
R=24.82%
G=29.20%
B=45.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68801260.460.3700.51227.5929.938.04
Hex44507E2E25033e41e26
Octal10412017656450633443646
Binary10001001010000111111010111010010101100111110010011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44507E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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