#455471

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

Shades of Astronaut #455471

Tints of Astronaut #455471

Color information

#455471 (or 0x455471) is unknown color: approx Astronaut. HEX triplet: 45, 54 and 71. RGB value is (69,84,113). Sum of RGB (Red+Green+Blue) = 69+84+113=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 113 - color contains mainly: blue. Hex color #455471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455471 is #BAAB8E. Grayscale: #525252. Windows color (decimal): -12233615 or 7427141. OLE color: 7427141.

HSL color Cylindrical-coordinate representation of color #455471: hue angle of 219.55º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #455471 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6984113-
CMYK0.390.2600.56
HSL219.55º24.18%35.69%-
HSV(B)219.55º38.94%44.31%-
XYZ8.618.816.87-
YUV82.82145.03118.14-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.94%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 113 (44.53% from 255) = 42.48%
R=25.94%
G=31.58%
B=42.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69841130.390.2600.56219.5524.1835.69
Hex455471271A038dc1824
Octal10512416147320703343044
Binary1000101101010011100011001111101001110001101110011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455471; }

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

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

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

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

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

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

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

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