#46395E

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

Shades of Meteorite #46395E

Tints of Meteorite #46395E

Color information

#46395E (or 0x46395E) is unknown color: approx Meteorite. HEX triplet: 46, 39 and 5E. RGB value is (70,57,94). Sum of RGB (Red+Green+Blue) = 70+57+94=221 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.67% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 94 (37.11% from 255 or 42.53% from 221); Max value from RGB is 94 - color contains mainly: blue. Hex color #46395E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46395E is #B9C6A1. Grayscale: #404040. Windows color (decimal): -12175010 or 6175046. OLE color: 6175046.

HSL color Cylindrical-coordinate representation of color #46395E: hue angle of 261.08º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #46395E is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB705794-
CMYK0.260.3900.63
HSL261.08º24.5%29.61%-
HSV(B)261.08º39.36%36.86%-
XYZ6.015.0411.25-
YUV65.1144.31131.49-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.67%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 94 (37.11% from 255) = 42.53%
R=31.67%
G=25.79%
B=42.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7057940.260.3900.63261.0824.529.61
Hex46395E1A2703F105191e
Octal1067113632470774053136
Binary100011011100110111101101010011101111111000001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46395E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46395E; }

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

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

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

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

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

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

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

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