#464D76

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

Shades of Astronaut #464D76

Tints of Astronaut #464D76

Color information

#464D76 (or 0x464D76) is unknown color: approx Astronaut. HEX triplet: 46, 4D and 76. RGB value is (70,77,118). Sum of RGB (Red+Green+Blue) = 70+77+118=265 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.42% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 118 (46.48% from 255 or 44.53% from 265); Max value from RGB is 118 - color contains mainly: blue. Hex color #464D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464D76 is #B9B289. Grayscale: #4F4F4F. Windows color (decimal): -12169866 or 7753030. OLE color: 7753030.

HSL color Cylindrical-coordinate representation of color #464D76: hue angle of 231.25º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #464D76 is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7077118-
CMYK0.410.3500.54
HSL231.25º25.53%36.86%-
HSV(B)231.25º40.68%46.27%-
XYZ8.457.9218.22-
YUV79.58149.68121.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.42%
GREEN value IS 77 (30.47% from 255) = 29.06%
BLUE value IS 118 (46.48% from 255) = 44.53%
R=26.42%
G=29.06%
B=44.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70771180.410.3500.54231.2525.5336.86
Hex464D762923036e71a25
Octal10611516651430663473245
Binary10001101001101111011010100110001101101101110011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,77,118); }

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

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

 a { background-color: rgb(70,77,118); }

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

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

 span { border-color: rgb(70,77,118); }

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