#464E7A

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

Shades of Astronaut #464E7A

Tints of Astronaut #464E7A

Color information

#464E7A (or 0x464E7A) is unknown color: approx Astronaut. HEX triplet: 46, 4E and 7A. RGB value is (70,78,122). Sum of RGB (Red+Green+Blue) = 70+78+122=270 (35% of max value = 765). Red value is 70 (27.73% from 255 or 25.93% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 122 (48.05% from 255 or 45.19% from 270); Max value from RGB is 122 - color contains mainly: blue. Hex color #464E7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E7A is #B9B185. Grayscale: #505050. Windows color (decimal): -12169606 or 8015430. OLE color: 8015430.

HSL color Cylindrical-coordinate representation of color #464E7A: hue angle of 230.77º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #464E7A is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7078122-
CMYK0.430.3600.52
HSL230.77º27.08%37.65%-
HSV(B)230.77º42.62%47.84%-
XYZ8.768.1619.52-
YUV80.62151.35120.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.93%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 122 (48.05% from 255) = 45.19%
R=25.93%
G=28.89%
B=45.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70781220.430.3600.52230.7727.0837.65
Hex464E7A2B24034e71b26
Octal10611617253440643473346
Binary10001101001110111101010101110010001101001110011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,78,122); }

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

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

 a { background-color: rgb(70,78,122); }

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

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

 span { border-color: rgb(70,78,122); }

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