#455173

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

Shades of Astronaut #455173

Tints of Astronaut #455173

Color information

#455173 (or 0x455173) is unknown color: approx Astronaut. HEX triplet: 45, 51 and 73. RGB value is (69,81,115). Sum of RGB (Red+Green+Blue) = 69+81+115=265 (35% of max value = 765). Red value is 69 (27.34% from 255 or 26.04% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 115 (45.31% from 255 or 43.40% from 265); Max value from RGB is 115 - color contains mainly: blue. Hex color #455173 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455173 is #BAAE8C. Grayscale: #515151. Windows color (decimal): -12234381 or 7557445. OLE color: 7557445.

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

Color convert

RGB6981115-
CMYK0.40.3000.55
HSL224.35º25%36.08%-
HSV(B)224.35º40%45.1%-
XYZ8.498.3917.39-
YUV81.29147.02119.24-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.04%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 115 (45.31% from 255) = 43.40%
R=26.04%
G=30.57%
B=43.40%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal69811150.40.3000.55224.352536.08
Hex455173281E037e01924
Octal10512116350360673403144
Binary1000101101000111100111010001111001101111110000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455173; }

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

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

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

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

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

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

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

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