#463266

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

Shades of Meteorite #463266

Tints of Meteorite #463266

Color information

#463266 (or 0x463266) is unknown color: approx Meteorite. HEX triplet: 46, 32 and 66. RGB value is (70,50,102). Sum of RGB (Red+Green+Blue) = 70+50+102=222 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.53% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 102 (40.23% from 255 or 45.95% from 222); Max value from RGB is 102 - color contains mainly: blue. Hex color #463266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463266 is #B9CD99. Grayscale: #3D3D3D. Windows color (decimal): -12176794 or 6697542. OLE color: 6697542.

HSL color Cylindrical-coordinate representation of color #463266: hue angle of 263.08º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #463266 is Cyan = 0.31, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7050102-
CMYK0.310.5100.6
HSL263.08º34.21%29.8%-
HSV(B)263.08º50.98%40%-
XYZ6.064.5413.13-
YUV61.91150.63133.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.53%
GREEN value IS 50 (19.92% from 255) = 22.52%
BLUE value IS 102 (40.23% from 255) = 45.95%
R=31.53%
G=22.52%
B=45.95%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal70501020.310.5100.6263.0834.2129.8
Hex4632661F3303C107221e
Octal1066214637630744074236
Binary1000110110010110011011111110011011110010000011110001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463266; }

 p { color: rgb(70,50,102); }

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

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

 a { background-color: rgb(70,50,102); }

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

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

 span { border-color: rgb(70,50,102); }

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