#44527E

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

Shades of Astronaut #44527E

Tints of Astronaut #44527E

Color information

#44527E (or 0x44527E) is unknown color: approx Astronaut. HEX triplet: 44, 52 and 7E. RGB value is (68,82,126). Sum of RGB (Red+Green+Blue) = 68+82+126=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 126 - color contains mainly: blue. Hex color #44527E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44527E is #BBAD81. Grayscale: #525252. Windows color (decimal): -12299650 or 8278596. OLE color: 8278596.

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

Color convert

RGB6882126-
CMYK0.460.3500.51
HSL225.52º29.9%38.04%-
HSV(B)225.52º46.03%49.41%-
XYZ9.178.7720.95-
YUV82.83152.36117.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.64%
GREEN value IS 82 (32.42% from 255) = 29.71%
BLUE value IS 126 (49.61% from 255) = 45.65%
R=24.64%
G=29.71%
B=45.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal68821260.460.3500.51225.5229.938.04
Hex44527E2E23033e21e26
Octal10412217656430633423646
Binary10001001010010111111010111010001101100111110001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44527E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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