#44507B

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

Shades of Astronaut #44507B

Tints of Astronaut #44507B

Color information

#44507B (or 0x44507B) is unknown color: approx Astronaut. HEX triplet: 44, 50 and 7B. RGB value is (68,80,123). Sum of RGB (Red+Green+Blue) = 68+80+123=271 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.09% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: blue. Hex color #44507B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44507B is #BBAF84. Grayscale: #515151. Windows color (decimal): -12300165 or 8081476. OLE color: 8081476.

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

Color convert

RGB6880123-
CMYK0.450.3500.52
HSL226.91º28.8%37.45%-
HSV(B)226.91º44.72%48.24%-
XYZ8.838.419.89-
YUV81.31151.52118.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.09%
GREEN value IS 80 (31.64% from 255) = 29.52%
BLUE value IS 123 (48.44% from 255) = 45.39%
R=25.09%
G=29.52%
B=45.39%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal68801230.450.3500.52226.9128.837.45
Hex44507B2D23034e31d25
Octal10412017355430643433545
Binary10001001010000111101110110110001101101001110001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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