#46336D

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

Shades of Meteorite #46336D

Tints of Meteorite #46336D

Color information

#46336D (or 0x46336D) is unknown color: approx Meteorite. HEX triplet: 46, 33 and 6D. RGB value is (70,51,109). Sum of RGB (Red+Green+Blue) = 70+51+109=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 109 (42.97% from 255 or 47.39% from 230); Max value from RGB is 109 - color contains mainly: blue. Hex color #46336D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46336D is #B9CC92. Grayscale: #3F3F3F. Windows color (decimal): -12176531 or 7156550. OLE color: 7156550.

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

Color convert

RGB7051109-
CMYK0.360.5300.57
HSL259.66º36.25%31.37%-
HSV(B)259.66º53.21%42.75%-
XYZ6.474.7715.05-
YUV63.29153.79132.78-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.43%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 109 (42.97% from 255) = 47.39%
R=30.43%
G=22.17%
B=47.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70511090.360.5300.57259.6636.2531.37
Hex46336D2435039104241f
Octal1066315544650714044437
Binary10001101100111101101100100110101011100110000010010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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