#445376

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

Shades of Astronaut #445376

Tints of Astronaut #445376

Color information

#445376 (or 0x445376) is unknown color: approx Astronaut. HEX triplet: 44, 53 and 76. RGB value is (68,83,118). Sum of RGB (Red+Green+Blue) = 68+83+118=269 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.28% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 118 - color contains mainly: blue. Hex color #445376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #445376 is #BBAC89. Grayscale: #525252. Windows color (decimal): -12299402 or 7754564. OLE color: 7754564.

HSL color Cylindrical-coordinate representation of color #445376: hue angle of 222º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #445376 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB6883118-
CMYK0.420.3000.54
HSL222º26.88%36.47%-
HSV(B)222º42.37%46.27%-
XYZ8.758.7218.36-
YUV82.5148.03117.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 25.28%
GREEN value IS 83 (32.81% from 255) = 30.86%
BLUE value IS 118 (46.48% from 255) = 43.87%
R=25.28%
G=30.86%
B=43.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal68831180.420.3000.5422226.8836.47
Hex4453762A1E036de1b24
Octal10412316652360663363344
Binary1000100101001111101101010101111001101101101111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #445376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #445376; }

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

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

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

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

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

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

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

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