#465271

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

Shades of Astronaut #465271

Tints of Astronaut #465271

Color information

#465271 (or 0x465271) is unknown color: approx Astronaut. HEX triplet: 46, 52 and 71. RGB value is (70,82,113). Sum of RGB (Red+Green+Blue) = 70+82+113=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 113 - color contains mainly: blue. Hex color #465271 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #465271 is #B9AD8E. Grayscale: #515151. Windows color (decimal): -12168591 or 7426630. OLE color: 7426630.

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

Color convert

RGB7082113-
CMYK0.380.2700.56
HSL223.26º23.5%35.88%-
HSV(B)223.26º38.05%44.31%-
XYZ8.528.5316.82-
YUV81.95145.52119.48-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 113 (44.53% from 255) = 42.64%
R=26.42%
G=30.94%
B=42.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70821130.380.2700.56223.2623.535.88
Hex465271261B038df1724
Octal10612216146330703372744
Binary1000110101001011100011001101101101110001101111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #465271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #465271; }

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

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

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

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

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

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

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

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