#463960

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

Shades of Meteorite #463960

Tints of Meteorite #463960

Color information

#463960 (or 0x463960) is unknown color: approx Meteorite. HEX triplet: 46, 39 and 60. RGB value is (70,57,96). Sum of RGB (Red+Green+Blue) = 70+57+96=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 57 (22.66% from 255 or 25.56% from 223); Blue value is 96 (37.89% from 255 or 43.05% from 223); Max value from RGB is 96 - color contains mainly: blue. Hex color #463960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463960 is #B9C69F. Grayscale: #414141. Windows color (decimal): -12175008 or 6306118. OLE color: 6306118.

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

Color convert

RGB705796-
CMYK0.270.4100.62
HSL260º25.49%30%-
HSV(B)260º40.62%37.65%-
XYZ6.15.0711.72-
YUV65.33145.31131.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.39%
GREEN value IS 57 (22.66% from 255) = 25.56%
BLUE value IS 96 (37.89% from 255) = 43.05%
R=31.39%
G=25.56%
B=43.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7057960.270.4100.6226025.4930
Hex4639601B2903E104191e
Octal1067114033510764043136
Binary100011011100111000001101110100101111101000001001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463960; }

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

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

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

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

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

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

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

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