#44506F

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

Shades of Astronaut #44506F

Tints of Astronaut #44506F

Color information

#44506F (or 0x44506F) is unknown color: approx Astronaut. HEX triplet: 44, 50 and 6F. RGB value is (68,80,111). Sum of RGB (Red+Green+Blue) = 68+80+111=259 (34% of max value = 765). Red value is 68 (26.95% from 255 or 26.25% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 111 (43.75% from 255 or 42.86% from 259); Max value from RGB is 111 - color contains mainly: blue. Hex color #44506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44506F is #BBAF90. Grayscale: #4F4F4F. Windows color (decimal): -12300177 or 7295044. OLE color: 7295044.

HSL color Cylindrical-coordinate representation of color #44506F: hue angle of 223.26º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #44506F is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6880111-
CMYK0.390.2800.56
HSL223.26º24.02%35.1%-
HSV(B)223.26º38.74%43.53%-
XYZ8.128.1116.18-
YUV79.95145.52119.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.25%
GREEN value IS 80 (31.64% from 255) = 30.89%
BLUE value IS 111 (43.75% from 255) = 42.86%
R=26.25%
G=30.89%
B=42.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68801110.390.2800.56223.2624.0235.1
Hex44506F271C038df1823
Octal10412015747340703373043
Binary1000100101000011011111001111110001110001101111111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44506F; }

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

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

<style>
 a { background-color: #44506F; }

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

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

<style>
 span { border-color: #44506F; }

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

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