#44527B

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

Shades of Astronaut #44527B

Tints of Astronaut #44527B

Color information

#44527B (or 0x44527B) is unknown color: approx Astronaut. HEX triplet: 44, 52 and 7B. RGB value is (68,82,123). Sum of RGB (Red+Green+Blue) = 68+82+123=273 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.91% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 123 (48.44% from 255 or 45.05% from 273); Max value from RGB is 123 - color contains mainly: blue. Hex color #44527B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44527B is #BBAD84. Grayscale: #525252. Windows color (decimal): -12299653 or 8081988. OLE color: 8081988.

HSL color Cylindrical-coordinate representation of color #44527B: hue angle of 224.73º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44527B is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6882123-
CMYK0.450.3300.52
HSL224.73º28.8%37.45%-
HSV(B)224.73º44.72%48.24%-
XYZ8.988.6919.94-
YUV82.49150.86117.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.91%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 123 (48.44% from 255) = 45.05%
R=24.91%
G=30.04%
B=45.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68821230.450.3300.52224.7328.837.45
Hex44527B2D21034e11d25
Octal10412217355410643413545
Binary10001001010010111101110110110000101101001110000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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