#464C71

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

Shades of Astronaut #464C71

Tints of Astronaut #464C71

Color information

#464C71 (or 0x464C71) is unknown color: approx Astronaut. HEX triplet: 46, 4C and 71. RGB value is (70,76,113). Sum of RGB (Red+Green+Blue) = 70+76+113=259 (34% of max value = 765). Red value is 70 (27.73% from 255 or 27.03% from 259); Green value is 76 (30.08% from 255 or 29.34% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 113 - color contains mainly: blue. Hex color #464C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464C71 is #B9B38E. Grayscale: #4E4E4E. Windows color (decimal): -12170127 or 7425094. OLE color: 7425094.

HSL color Cylindrical-coordinate representation of color #464C71: hue angle of 231.63º 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 #464C71 is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7076113-
CMYK0.380.3300.56
HSL231.63º23.5%35.88%-
HSV(B)231.63º38.05%44.31%-
XYZ8.097.6616.68-
YUV78.42147.51121.99-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 27.03%
GREEN value IS 76 (30.08% from 255) = 29.34%
BLUE value IS 113 (44.53% from 255) = 43.63%
R=27.03%
G=29.34%
B=43.63%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70761130.380.3300.56231.6323.535.88
Hex464C712621038e81724
Octal10611416146410703502744
Binary10001101001100111000110011010000101110001110100010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464C71; }

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

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

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

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

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

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

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

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