#455271

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

Shades of Astronaut #455271

Tints of Astronaut #455271

Color information

#455271 (or 0x455271) is unknown color: approx Astronaut. HEX triplet: 45, 52 and 71. RGB value is (69,82,113). Sum of RGB (Red+Green+Blue) = 69+82+113=264 (34% of max value = 765). Red value is 69 (27.34% from 255 or 26.14% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 113 - color contains mainly: blue. Hex color #455271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #455271 is #BAAD8E. Grayscale: #515151. Windows color (decimal): -12234127 or 7426629. OLE color: 7426629.

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

Color convert

RGB6982113-
CMYK0.390.2700.56
HSL222.27º24.18%35.69%-
HSV(B)222.27º38.94%44.31%-
XYZ8.458.4916.82-
YUV81.65145.69118.98-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 26.14%
GREEN value IS 82 (32.42% from 255) = 31.06%
BLUE value IS 113 (44.53% from 255) = 42.80%
R=26.14%
G=31.06%
B=42.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal69821130.390.2700.56222.2724.1835.69
Hex455271271B038de1824
Octal10512216147330703363044
Binary1000101101001011100011001111101101110001101111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455271; }

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

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

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

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

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

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

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

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