#455071

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

Shades of Astronaut #455071

Tints of Astronaut #455071

Color information

#455071 (or 0x455071) is unknown color: approx Astronaut. HEX triplet: 45, 50 and 71. RGB value is (69,80,113). Sum of RGB (Red+Green+Blue) = 69+80+113=262 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.34% from 262); Green value is 80 (31.64% from 255 or 30.53% from 262); Blue value is 113 (44.53% from 255 or 43.13% from 262); Max value from RGB is 113 - color contains mainly: blue. Hex color #455071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455071 is #BAAF8E. Grayscale: #505050. Windows color (decimal): -12234639 or 7426117. OLE color: 7426117.

HSL color Cylindrical-coordinate representation of color #455071: hue angle of 225º 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 #455071 is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6980113-
CMYK0.390.2900.56
HSL225º24.18%35.69%-
HSV(B)225º38.94%44.31%-
XYZ8.38.1916.77-
YUV80.47146.36119.82-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.34%
GREEN value IS 80 (31.64% from 255) = 30.53%
BLUE value IS 113 (44.53% from 255) = 43.13%
R=26.34%
G=30.53%
B=43.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69801130.390.2900.5622524.1835.69
Hex455071271D038e11824
Octal10512016147350703413044
Binary1000101101000011100011001111110101110001110000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455071; }

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

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

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

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

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

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

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

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