#464F7B

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

Shades of Astronaut #464F7B

Tints of Astronaut #464F7B

Color information

#464F7B (or 0x464F7B) is unknown color: approx Astronaut. HEX triplet: 46, 4F and 7B. RGB value is (70,79,123). Sum of RGB (Red+Green+Blue) = 70+79+123=272 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.74% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 123 (48.44% from 255 or 45.22% from 272); Max value from RGB is 123 - color contains mainly: blue. Hex color #464F7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #464F7B is #B9B084. Grayscale: #515151. Windows color (decimal): -12169349 or 8081222. OLE color: 8081222.

HSL color Cylindrical-coordinate representation of color #464F7B: hue angle of 229.81º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #464F7B is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB7079123-
CMYK0.430.3600.52
HSL229.81º27.46%37.84%-
HSV(B)229.81º43.09%48.24%-
XYZ8.98.3219.88-
YUV81.32151.52119.92-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.74%
GREEN value IS 79 (31.25% from 255) = 29.04%
BLUE value IS 123 (48.44% from 255) = 45.22%
R=25.74%
G=29.04%
B=45.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal70791230.430.3600.52229.8127.4637.84
Hex464F7B2B24034e61b26
Octal10611717353440643463346
Binary10001101001111111101110101110010001101001110011011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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