#46375D

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

Shades of Meteorite #46375D

Tints of Meteorite #46375D

Color information

#46375D (or 0x46375D) is unknown color: approx Meteorite. HEX triplet: 46, 37 and 5D. RGB value is (70,55,93). Sum of RGB (Red+Green+Blue) = 70+55+93=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 93 (36.72% from 255 or 42.66% from 218); Max value from RGB is 93 - color contains mainly: blue. Hex color #46375D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46375D is #B9C8A2. Grayscale: #3F3F3F. Windows color (decimal): -12175523 or 6108998. OLE color: 6108998.

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

Color convert

RGB705593-
CMYK0.250.4100.64
HSL263.68º25.68%29.02%-
HSV(B)263.68º40.86%36.47%-
XYZ5.874.8210.98-
YUV63.82144.47132.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 32.11%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 93 (36.72% from 255) = 42.66%
R=32.11%
G=25.23%
B=42.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7055930.250.4100.64263.6825.6829.02
Hex46375D19290401081a1d
Octal10667135315101004103235
Binary1000110110111101110111001101001010000001000010001101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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