#46366D

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

Shades of Meteorite #46366D

Tints of Meteorite #46366D

Color information

#46366D (or 0x46366D) is unknown color: approx Meteorite. HEX triplet: 46, 36 and 6D. RGB value is (70,54,109). Sum of RGB (Red+Green+Blue) = 70+54+109=233 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.04% from 233); Green value is 54 (21.48% from 255 or 23.18% from 233); Blue value is 109 (42.97% from 255 or 46.78% from 233); Max value from RGB is 109 - color contains mainly: blue. Hex color #46366D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46366D is #B9C992. Grayscale: #404040. Windows color (decimal): -12175763 or 7157318. OLE color: 7157318.

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

Color convert

RGB7054109-
CMYK0.360.5000.57
HSL257.45º33.74%31.96%-
HSV(B)257.45º50.46%42.75%-
XYZ6.615.0415.09-
YUV65.05152.8131.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 30.04%
GREEN value IS 54 (21.48% from 255) = 23.18%
BLUE value IS 109 (42.97% from 255) = 46.78%
R=30.04%
G=23.18%
B=46.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70541090.360.5000.57257.4533.7431.96
Hex46366D24320391012220
Octal1066615544620714014240
Binary100011011011011011011001001100100111001100000001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46366D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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