#463670

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

Shades of Meteorite #463670

Tints of Meteorite #463670

Color information

#463670 (or 0x463670) is unknown color: approx Meteorite. HEX triplet: 46, 36 and 70. RGB value is (70,54,112). Sum of RGB (Red+Green+Blue) = 70+54+112=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 54 (21.48% from 255 or 22.88% from 236); Blue value is 112 (44.14% from 255 or 47.46% from 236); Max value from RGB is 112 - color contains mainly: blue. Hex color #463670 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463670 is #B9C98F. Grayscale: #414141. Windows color (decimal): -12175760 or 7353926. OLE color: 7353926.

HSL color Cylindrical-coordinate representation of color #463670: hue angle of 256.55º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #463670 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7054112-
CMYK0.380.5200.56
HSL256.55º34.94%32.55%-
HSV(B)256.55º51.79%43.92%-
XYZ6.775.1115.96-
YUV65.4154.3131.28-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 54 (21.48% from 255) = 22.88%
BLUE value IS 112 (44.14% from 255) = 47.46%
R=29.66%
G=22.88%
B=47.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal70541120.380.5200.56256.5534.9432.55
Hex46367026340381012321
Octal1066616046640704014341
Binary100011011011011100001001101101000111000100000001100011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463670; }

 p { color: rgb(70,54,112); }

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

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

 a { background-color: rgb(70,54,112); }

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

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

 span { border-color: rgb(70,54,112); }

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