#464F78

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

Shades of Astronaut #464F78

Tints of Astronaut #464F78

Color information

#464F78 (or 0x464F78) is unknown color: approx Astronaut. HEX triplet: 46, 4F and 78. RGB value is (70,79,120). Sum of RGB (Red+Green+Blue) = 70+79+120=269 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.02% from 269); Green value is 79 (31.25% from 255 or 29.37% from 269); Blue value is 120 (47.27% from 255 or 44.61% from 269); Max value from RGB is 120 - color contains mainly: blue. Hex color #464F78 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F78 is #B9B087. Grayscale: #505050. Windows color (decimal): -12169352 or 7884614. OLE color: 7884614.

HSL color Cylindrical-coordinate representation of color #464F78: hue angle of 229.2º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #464F78 is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7079120-
CMYK0.420.3400.53
HSL229.2º26.32%37.25%-
HSV(B)229.2º41.67%47.06%-
XYZ8.718.2518.9-
YUV80.98150.02120.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.02%
GREEN value IS 79 (31.25% from 255) = 29.37%
BLUE value IS 120 (47.27% from 255) = 44.61%
R=26.02%
G=29.37%
B=44.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal70791200.420.3400.53229.226.3237.25
Hex464F782A22035e51a25
Octal10611717052420653453245
Binary10001101001111111100010101010001001101011110010111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,79,120); }

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

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

 a { background-color: rgb(70,79,120); }

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

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

 span { border-color: rgb(70,79,120); }

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