#46395D

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

Shades of Meteorite #46395D

Tints of Meteorite #46395D

Color information

#46395D (or 0x46395D) is unknown color: approx Meteorite. HEX triplet: 46, 39 and 5D. RGB value is (70,57,93). Sum of RGB (Red+Green+Blue) = 70+57+93=220 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.82% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 93 (36.72% from 255 or 42.27% from 220); Max value from RGB is 93 - color contains mainly: blue. Hex color #46395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46395D is #B9C6A2. Grayscale: #404040. Windows color (decimal): -12175011 or 6109510. OLE color: 6109510.

HSL color Cylindrical-coordinate representation of color #46395D: hue angle of 261.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #46395D is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB705793-
CMYK0.250.3900.64
HSL261.67º24%29.41%-
HSV(B)261.67º38.71%36.47%-
XYZ5.965.0211.01-
YUV64.99143.81131.57-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.82%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 93 (36.72% from 255) = 42.27%
R=31.82%
G=25.91%
B=42.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7057930.250.3900.64261.672429.41
Hex46395D1927040106181d
Octal10671135314701004063035
Binary1000110111001101110111001100111010000001000001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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