#464E7D

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

Shades of Astronaut #464E7D

Tints of Astronaut #464E7D

Color information

#464E7D (or 0x464E7D) is unknown color: approx Astronaut. HEX triplet: 46, 4E and 7D. RGB value is (70,78,125). Sum of RGB (Red+Green+Blue) = 70+78+125=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 125 (49.22% from 255 or 45.79% from 273); Max value from RGB is 125 - color contains mainly: blue. Hex color #464E7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464E7D is #B9B182. Grayscale: #505050. Windows color (decimal): -12169603 or 8212038. OLE color: 8212038.

HSL color Cylindrical-coordinate representation of color #464E7D: hue angle of 231.27º degrees, saturation: 0.28, 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 #464E7D is Cyan = 0.44, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7078125-
CMYK0.440.3800.51
HSL231.27º28.21%38.24%-
HSV(B)231.27º44%49.02%-
XYZ8.958.2320.52-
YUV80.97152.85120.18-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 78 (30.86% from 255) = 28.57%
BLUE value IS 125 (49.22% from 255) = 45.79%
R=25.64%
G=28.57%
B=45.79%

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
Decimal70781250.440.3800.51231.2728.2138.24
Hex464E7D2C26033e71c26
Octal10611617554460633473446
Binary10001101001110111110110110010011001100111110011111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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