#464163

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

Shades of Meteorite #464163

Tints of Meteorite #464163

Color information

#464163 (or 0x464163) is unknown color: approx Meteorite. HEX triplet: 46, 41 and 63. RGB value is (70,65,99). Sum of RGB (Red+Green+Blue) = 70+65+99=234 (30% of max value = 765). Red value is 70 (27.73% from 255 or 29.91% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 99 (39.06% from 255 or 42.31% from 234); Max value from RGB is 99 - color contains mainly: blue. Hex color #464163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #464163 is #B9BE9C. Grayscale: #464646. Windows color (decimal): -12172957 or 6504774. OLE color: 6504774.

HSL color Cylindrical-coordinate representation of color #464163: hue angle of 248.82º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #464163 is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB706599-
CMYK0.290.3400.61
HSL248.82º20.73%32.16%-
HSV(B)248.82º34.34%38.82%-
XYZ6.675.9812.61-
YUV70.37144.16127.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.91%
GREEN value IS 65 (25.78% from 255) = 27.78%
BLUE value IS 99 (39.06% from 255) = 42.31%
R=29.91%
G=27.78%
B=42.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7065990.290.3400.61248.8220.7332.16
Hex4641631D2203Df91520
Octal10610114335420753712540
Binary1000110100000111000111110110001001111011111100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464163; }

 p { color: rgb(70,65,99); }

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

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

 a { background-color: rgb(70,65,99); }

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

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

 span { border-color: rgb(70,65,99); }

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