#455473

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

Shades of Astronaut #455473

Tints of Astronaut #455473

Color information

#455473 (or 0x455473) is unknown color: approx Astronaut. HEX triplet: 45, 54 and 73. RGB value is (69,84,115). Sum of RGB (Red+Green+Blue) = 69+84+115=268 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.75% from 268); Green value is 84 (33.20% from 255 or 31.34% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 115 - color contains mainly: blue. Hex color #455473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455473 is #BAAB8C. Grayscale: #525252. Windows color (decimal): -12233613 or 7558213. OLE color: 7558213.

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

Color convert

RGB6984115-
CMYK0.40.2700.55
HSL220.43º25%36.08%-
HSV(B)220.43º40%45.1%-
XYZ8.728.8417.47-
YUV83.05146.03117.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.75%
GREEN value IS 84 (33.20% from 255) = 31.34%
BLUE value IS 115 (45.31% from 255) = 42.91%
R=25.75%
G=31.34%
B=42.91%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69841150.40.2700.55220.432536.08
Hex455473281B037dc1924
Octal10512416350330673343144
Binary1000101101010011100111010001101101101111101110011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455473; }

 p { color: rgb(69,84,115); }

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

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

 a { background-color: rgb(69,84,115); }

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

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

 span { border-color: rgb(69,84,115); }

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