#46375E

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

Shades of Meteorite #46375E

Tints of Meteorite #46375E

Color information

#46375E (or 0x46375E) is unknown color: approx Meteorite. HEX triplet: 46, 37 and 5E. RGB value is (70,55,94). Sum of RGB (Red+Green+Blue) = 70+55+94=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 94 (37.11% from 255 or 42.92% from 219); Max value from RGB is 94 - color contains mainly: blue. Hex color #46375E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46375E is #B9C8A1. Grayscale: #3F3F3F. Windows color (decimal): -12175522 or 6174534. OLE color: 6174534.

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

Color convert

RGB705594-
CMYK0.260.4100.63
HSL263.08º26.17%29.22%-
HSV(B)263.08º41.49%36.86%-
XYZ5.914.8411.21-
YUV63.93144.97132.33-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 31.96%
GREEN value IS 55 (21.88% from 255) = 25.11%
BLUE value IS 94 (37.11% from 255) = 42.92%
R=31.96%
G=25.11%
B=42.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7055940.260.4100.63263.0826.1729.22
Hex46375E1A2903F1071a1d
Octal1066713632510774073235
Binary100011011011110111101101010100101111111000001111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46375E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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