#46396D

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

Shades of Meteorite #46396D

Tints of Meteorite #46396D

Color information

#46396D (or 0x46396D) is unknown color: approx Meteorite. HEX triplet: 46, 39 and 6D. RGB value is (70,57,109). Sum of RGB (Red+Green+Blue) = 70+57+109=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 109 (42.97% from 255 or 46.19% from 236); Max value from RGB is 109 - color contains mainly: blue. Hex color #46396D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46396D is #B9C692. Grayscale: #424242. Windows color (decimal): -12174995 or 7158086. OLE color: 7158086.

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

Color convert

RGB7057109-
CMYK0.360.4800.57
HSL255º31.33%32.55%-
HSV(B)255º47.71%42.75%-
XYZ6.755.3315.14-
YUV66.82151.81130.27-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 29.66%
GREEN value IS 57 (22.66% from 255) = 24.15%
BLUE value IS 109 (42.97% from 255) = 46.19%
R=29.66%
G=24.15%
B=46.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal70571090.360.4800.5725531.3332.55
Hex46396D2430039ff1f21
Octal1067115544600713773741
Binary1000110111001110110110010011000001110011111111111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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