#464F7C

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

Shades of Astronaut #464F7C

Tints of Astronaut #464F7C

Color information

#464F7C (or 0x464F7C) is unknown color: approx Astronaut. HEX triplet: 46, 4F and 7C. RGB value is (70,79,124). Sum of RGB (Red+Green+Blue) = 70+79+124=273 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.64% from 273); Green value is 79 (31.25% from 255 or 28.94% from 273); Blue value is 124 (48.83% from 255 or 45.42% from 273); Max value from RGB is 124 - color contains mainly: blue. Hex color #464F7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F7C is #B9B083. Grayscale: #515151. Windows color (decimal): -12169348 or 8146758. OLE color: 8146758.

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

Color convert

RGB7079124-
CMYK0.440.3600.51
HSL230º27.84%38.04%-
HSV(B)230º43.55%48.63%-
XYZ8.968.3520.21-
YUV81.44152.02119.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.64%
GREEN value IS 79 (31.25% from 255) = 28.94%
BLUE value IS 124 (48.83% from 255) = 45.42%
R=25.64%
G=28.94%
B=45.42%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal70791240.440.3600.5123027.8438.04
Hex464F7C2C24033e61c26
Octal10611717454440633463446
Binary10001101001111111110010110010010001100111110011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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