#46326D

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

Shades of Meteorite #46326D

Tints of Meteorite #46326D

Color information

#46326D (or 0x46326D) is unknown color: approx Meteorite. HEX triplet: 46, 32 and 6D. RGB value is (70,50,109). Sum of RGB (Red+Green+Blue) = 70+50+109=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #46326D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46326D is #B9CD92. Grayscale: #3E3E3E. Windows color (decimal): -12176787 or 7156294. OLE color: 7156294.

HSL color Cylindrical-coordinate representation of color #46326D: hue angle of 260.34º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46326D is Cyan = 0.36, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB7050109-
CMYK0.360.5400.57
HSL260.34º37.11%31.18%-
HSV(B)260.34º54.13%42.75%-
XYZ6.434.6915.03-
YUV62.71154.13133.2-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.57%
GREEN value IS 50 (19.92% from 255) = 21.83%
BLUE value IS 109 (42.97% from 255) = 47.60%
R=30.57%
G=21.83%
B=47.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70501090.360.5400.57260.3437.1131.18
Hex46326D2436039104251f
Octal1066215544660714044537
Binary10001101100101101101100100110110011100110000010010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46326D; }

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

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

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

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

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

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

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

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