Html Css Color HEX #46395D Meteorite

📋 copy color: '#46395D'

red 70 ◦ green 57 ◦ blue 93

#46395D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Meteorite #46395D

Tints of Meteorite #46395D

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 value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46395D (or 0x46395D) is known color: 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

RGB 70 57 93 -
CMYK 0.25 0.39 0 0.64
HSL 261.67º 0.24% 0.29% -
HSV(B) 261.67º 0.39% 0.36% -
XYZ 5.96 5.02 11.01 -
YUV 64.99 143.81 131.57 -
System Red Green Blue C M Y K H S L
Decimal 70 57 93 0.25 0.39 0 0.64 261.67 0.24 0.29
Hex 46 39 5D 19 27 0 40 106 18 1D
Octal 106 71 135 31 47 0 100 406 30 35
Binary 1000110 111001 1011101 11001 100111 0 1000000 100000110 11000 11101

Color Harmonies of #46395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46395D

Black with #46395D

Text Example


Text Example

White with #46395D

Text Example


Text Example

HTML Codes & Css Web 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>