#463860

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

Shades of Meteorite #463860

Tints of Meteorite #463860

Color information

#463860 (or 0x463860) is unknown color: approx Meteorite. HEX triplet: 46, 38 and 60. RGB value is (70,56,96). Sum of RGB (Red+Green+Blue) = 70+56+96=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 56 (22.27% from 255 or 25.23% from 222); Blue value is 96 (37.89% from 255 or 43.24% from 222); Max value from RGB is 96 - color contains mainly: blue. Hex color #463860 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463860 is #B9C79F. Grayscale: #404040. Windows color (decimal): -12175264 or 6305862. OLE color: 6305862.

HSL color Cylindrical-coordinate representation of color #463860: hue angle of 261º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #463860 is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB705696-
CMYK0.270.4200.62
HSL261º26.32%29.8%-
HSV(B)261º41.67%37.65%-
XYZ6.054.9711.71-
YUV64.75145.64131.75-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 56 (22.27% from 255) = 25.23%
BLUE value IS 96 (37.89% from 255) = 43.24%
R=31.53%
G=25.23%
B=43.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7056960.270.4200.6226126.3229.8
Hex4638601B2A03E1051a1e
Octal1067014033520764053236
Binary100011011100011000001101110101001111101000001011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463860; }

 p { color: rgb(70,56,96); }

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

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

 a { background-color: rgb(70,56,96); }

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

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

 span { border-color: rgb(70,56,96); }

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