#445074

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

Shades of Astronaut #445074

Tints of Astronaut #445074

Color information

#445074 (or 0x445074) is unknown color: approx Astronaut. HEX triplet: 44, 50 and 74. RGB value is (68,80,116). Sum of RGB (Red+Green+Blue) = 68+80+116=264 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.76% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #445074 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445074 is #BBAF8B. Grayscale: #505050. Windows color (decimal): -12300172 or 7622724. OLE color: 7622724.

HSL color Cylindrical-coordinate representation of color #445074: hue angle of 225º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #445074 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6880116-
CMYK0.410.3100.55
HSL225º26.09%36.08%-
HSV(B)225º41.38%45.49%-
XYZ8.48.2317.67-
YUV80.52148.02119.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.76%
GREEN value IS 80 (31.64% from 255) = 30.30%
BLUE value IS 116 (45.70% from 255) = 43.94%
R=25.76%
G=30.30%
B=43.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68801160.410.3100.5522526.0936.08
Hex445074291F037e11a24
Octal10412016451370673413244
Binary1000100101000011101001010011111101101111110000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445074; }

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

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

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

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

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

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

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

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