#445370

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

Shades of Astronaut #445370

Tints of Astronaut #445370

Color information

#445370 (or 0x445370) is unknown color: approx Astronaut. HEX triplet: 44, 53 and 70. RGB value is (68,83,112). Sum of RGB (Red+Green+Blue) = 68+83+112=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 112 (44.14% from 255 or 42.59% from 263); Max value from RGB is 112 - color contains mainly: blue. Hex color #445370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445370 is #BBAC8F. Grayscale: #515151. Windows color (decimal): -12299408 or 7361348. OLE color: 7361348.

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

Color convert

RGB6883112-
CMYK0.390.2600.56
HSL219.55º24.44%35.29%-
HSV(B)219.55º39.29%43.92%-
XYZ8.48.5916.54-
YUV81.82145.03118.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 112 (44.14% from 255) = 42.59%
R=25.86%
G=31.56%
B=42.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68831120.390.2600.56219.5524.4435.29
Hex445370271A038dc1823
Octal10412316047320703343043
Binary1000100101001111100001001111101001110001101110011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445370; }

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

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

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

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

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

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

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

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