#455376

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

Shades of Astronaut #455376

Tints of Astronaut #455376

Color information

#455376 (or 0x455376) is unknown color: approx Astronaut. HEX triplet: 45, 53 and 76. RGB value is (69,83,118). Sum of RGB (Red+Green+Blue) = 69+83+118=270 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.56% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 118 - color contains mainly: blue. Hex color #455376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455376 is #BAAC89. Grayscale: #525252. Windows color (decimal): -12233866 or 7754565. OLE color: 7754565.

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

Color convert

RGB6983118-
CMYK0.420.3000.54
HSL222.86º26.2%36.67%-
HSV(B)222.86º41.53%46.27%-
XYZ8.828.7618.37-
YUV82.8147.86118.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.56%
GREEN value IS 83 (32.81% from 255) = 30.74%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=25.56%
G=30.74%
B=43.70%

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
Decimal69831180.420.3000.54222.8626.236.67
Hex4553762A1E036df1a25
Octal10512316652360663373245
Binary1000101101001111101101010101111001101101101111111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455376; }

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

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

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

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

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

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

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

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