#464F82

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

Shades of Astronaut #464F82

Tints of Astronaut #464F82

Color information

#464F82 (or 0x464F82) is unknown color: approx Astronaut. HEX triplet: 46, 4F and 82. RGB value is (70,79,130). Sum of RGB (Red+Green+Blue) = 70+79+130=279 (36% of max value = 765). Red value is 70 (27.73% from 255 or 25.09% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #464F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464F82 is #B9B07D. Grayscale: #515151. Windows color (decimal): -12169342 or 8539974. OLE color: 8539974.

HSL color Cylindrical-coordinate representation of color #464F82: hue angle of 231º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #464F82 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7079130-
CMYK0.460.3900.49
HSL231º30%39.22%-
HSV(B)231º46.15%50.98%-
XYZ9.358.5122.27-
YUV82.12155.02119.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25.09%
GREEN value IS 79 (31.25% from 255) = 28.32%
BLUE value IS 130 (51.17% from 255) = 46.59%
R=25.09%
G=28.32%
B=46.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal70791300.460.3900.492313039.22
Hex464F822E27031e71e27
Octal10611720256470613473647
Binary100011010011111000001010111010011101100011110011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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