#463262

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

Shades of Meteorite #463262

Tints of Meteorite #463262

Color information

#463262 (or 0x463262) is unknown color: approx Meteorite. HEX triplet: 46, 32 and 62. RGB value is (70,50,98). Sum of RGB (Red+Green+Blue) = 70+50+98=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 98 (38.67% from 255 or 44.95% from 218); Max value from RGB is 98 - color contains mainly: blue. Hex color #463262 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463262 is #B9CD9D. Grayscale: #3D3D3D. Windows color (decimal): -12176798 or 6435398. OLE color: 6435398.

HSL color Cylindrical-coordinate representation of color #463262: hue angle of 265º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #463262 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB705098-
CMYK0.290.4900.62
HSL265º32.43%29.02%-
HSV(B)265º48.98%38.43%-
XYZ5.874.4712.11-
YUV61.45148.63134.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 50 (19.92% from 255) = 22.94%
BLUE value IS 98 (38.67% from 255) = 44.95%
R=32.11%
G=22.94%
B=44.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7050980.290.4900.6226532.4329.02
Hex4632621D3103E109201d
Octal1066214235610764114035
Binary1000110110010110001011101110001011111010000100110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463262; }

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

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

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

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

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

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

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

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