#445270

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

Shades of Astronaut #445270

Tints of Astronaut #445270

Color information

#445270 (or 0x445270) is unknown color: approx Astronaut. HEX triplet: 44, 52 and 70. RGB value is (68,82,112). Sum of RGB (Red+Green+Blue) = 68+82+112=262 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.95% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 112 (44.14% from 255 or 42.75% from 262); Max value from RGB is 112 - color contains mainly: blue. Hex color #445270 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445270 is #BBAD8F. Grayscale: #515151. Windows color (decimal): -12299664 or 7361092. OLE color: 7361092.

HSL color Cylindrical-coordinate representation of color #445270: hue angle of 220.91º 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 #445270 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6882112-
CMYK0.390.2700.56
HSL220.91º24.44%35.29%-
HSV(B)220.91º39.29%43.92%-
XYZ8.338.4316.52-
YUV81.23145.36118.56-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.95%
GREEN value IS 82 (32.42% from 255) = 31.30%
BLUE value IS 112 (44.14% from 255) = 42.75%
R=25.95%
G=31.30%
B=42.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68821120.390.2700.56220.9124.4435.29
Hex445270271B038dd1823
Octal10412216047330703353043
Binary1000100101001011100001001111101101110001101110111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445270; }

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

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

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

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

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

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

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

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