#445073

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

Shades of Astronaut #445073

Tints of Astronaut #445073

Color information

#445073 (or 0x445073) is unknown color: approx Astronaut. HEX triplet: 44, 50 and 73. RGB value is (68,80,115). Sum of RGB (Red+Green+Blue) = 68+80+115=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 115 (45.31% from 255 or 43.73% from 263); Max value from RGB is 115 - color contains mainly: blue. Hex color #445073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445073 is #BBAF8C. Grayscale: #505050. Windows color (decimal): -12300173 or 7557188. OLE color: 7557188.

HSL color Cylindrical-coordinate representation of color #445073: hue angle of 224.68º 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 #445073 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6880115-
CMYK0.410.3000.55
HSL224.68º25.68%35.88%-
HSV(B)224.68º40.87%45.1%-
XYZ8.358.217.36-
YUV80.4147.52119.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 115 (45.31% from 255) = 43.73%
R=25.86%
G=30.42%
B=43.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68801150.410.3000.55224.6825.6835.88
Hex445073291E037e11a24
Octal10412016351360673413244
Binary1000100101000011100111010011111001101111110000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445073; }

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

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

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

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

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

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

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

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