#445172

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

Shades of Astronaut #445172

Tints of Astronaut #445172

Color information

#445172 (or 0x445172) is unknown color: approx Astronaut. HEX triplet: 44, 51 and 72. RGB value is (68,81,114). Sum of RGB (Red+Green+Blue) = 68+81+114=263 (34% of max value = 765). Red value is 68 (26.95% from 255 or 25.86% from 263); Green value is 81 (32.03% from 255 or 30.80% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #445172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445172 is #BBAE8D. Grayscale: #505050. Windows color (decimal): -12299918 or 7491908. OLE color: 7491908.

HSL color Cylindrical-coordinate representation of color #445172: hue angle of 223.04º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #445172 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6881114-
CMYK0.400.2900.55
HSL223.04º25.27%35.69%-
HSV(B)223.04º40.35%44.71%-
XYZ8.368.3317.09-
YUV80.87146.69118.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.86%
GREEN value IS 81 (32.03% from 255) = 30.80%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=25.86%
G=30.80%
B=43.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal68811140.400.2900.55223.0425.2735.69
Hex445172281D037df1924
Octal10412116250350673373144
Binary1000100101000111100101010001110101101111101111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445172; }

 p { color: rgb(68,81,114); }

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

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

 a { background-color: rgb(68,81,114); }

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

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

 span { border-color: rgb(68,81,114); }

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