#463976

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

Shades of Meteorite #463976

Tints of Meteorite #463976

Color information

#463976 (or 0x463976) is unknown color: approx Meteorite. HEX triplet: 46, 39 and 76. RGB value is (70,57,118). Sum of RGB (Red+Green+Blue) = 70+57+118=245 (32% of max value = 765). Red value is 70 (27.73% from 255 or 28.57% from 245); Green value is 57 (22.66% from 255 or 23.27% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #463976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463976 is #B9C689. Grayscale: #434343. Windows color (decimal): -12174986 or 7747910. OLE color: 7747910.

HSL color Cylindrical-coordinate representation of color #463976: hue angle of 252.79º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #463976 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB7057118-
CMYK0.410.5200.54
HSL252.79º34.86%34.31%-
HSV(B)252.79º51.69%46.27%-
XYZ7.265.5417.83-
YUV67.84156.31129.54-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 28.57%
GREEN value IS 57 (22.66% from 255) = 23.27%
BLUE value IS 118 (46.48% from 255) = 48.16%
R=28.57%
G=23.27%
B=48.16%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal70571180.410.5200.54252.7934.8634.31
Hex4639762934036fd2322
Octal1067116651640663754342
Binary10001101110011110110101001110100011011011111101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463976; }

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

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

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

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

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

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

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

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