#464E7E

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

Shades of Astronaut #464E7E

Tints of Astronaut #464E7E

Color information

#464E7E (or 0x464E7E) is unknown color: approx Astronaut. HEX triplet: 46, 4E and 7E. RGB value is (70,78,126). Sum of RGB (Red+Green+Blue) = 70+78+126=274 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.55% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 126 - color contains mainly: blue. Hex color #464E7E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E7E is #B9B181. Grayscale: #505050. Windows color (decimal): -12169602 or 8277574. OLE color: 8277574.

HSL color Cylindrical-coordinate representation of color #464E7E: hue angle of 231.43º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #464E7E is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7078126-
CMYK0.440.3800.51
HSL231.43º28.57%38.43%-
HSV(B)231.43º44.44%49.41%-
XYZ9.028.2620.86-
YUV81.08153.35120.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.55%
GREEN value IS 78 (30.86% from 255) = 28.47%
BLUE value IS 126 (49.61% from 255) = 45.99%
R=25.55%
G=28.47%
B=45.99%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70781260.440.3800.51231.4328.5738.43
Hex464E7E2C26033e71d26
Octal10611617654460633473546
Binary10001101001110111111010110010011001100111110011111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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