Html Css Color HEX #46315F Meteorite

📋 copy color: '#46315F'

red 70 ◦ green 49 ◦ blue 95

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

Shades of Meteorite #46315F

Tints of Meteorite #46315F

RGB

 RED value IS 70 (27.73% from 255) = 32.71%

 GREEN value IS 49 (19.53% from 255) = 22.9%

 BLUE value IS 95 (37.5% from 255) = 44.39%

R = 32.71%
G = 22.9%
B = 44.39%

CMYK

 C value IS 0.26

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#46315F (or 0x46315F) is known color: Meteorite. HEX triplet: 46, 31 and 5F. RGB value is (70,49,95). Sum of RGB (Red+Green+Blue) = 70+49+95=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 95 - color contains mainly: blue. Hex color #46315F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46315F is #B9CEA0. Grayscale: #3C3C3C. Windows color (decimal): -12177057 or 6238534. OLE color: 6238534.

HSL color Cylindrical-coordinate representation of color #46315F: hue angle of 267.39º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #46315F is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 49 95 -
CMYK 0.26 0.48 0 0.63
HSL 267.39º 0.32% 0.28% -
HSV(B) 267.39º 0.48% 0.37% -
XYZ 5.69 4.32 11.36 -
YUV 60.52 147.46 134.76 -
System Red Green Blue C M Y K H S L
Decimal 70 49 95 0.26 0.48 0 0.63 267.39 0.32 0.28
Hex 46 31 5F 1A 30 0 3F 10B 20 1C
Octal 106 61 137 32 60 0 77 413 40 34
Binary 1000110 110001 1011111 11010 110000 0 111111 100001011 100000 11100

Color Harmonies of #46315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46315F

Black with #46315F

Text Example


Text Example

White with #46315F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46315F; }

 p { color: rgb(70,49,95); }

 H1.HeaderClassName
 {
   color: #46315F;
 }
 .AnyTagClassName
 {
   color: #46315F;
 }
</style>

background-color css

<style>
 a { background-color: #46315F; }

 a { background-color: rgb(70,49,95); }

 div.DivClassName
 {
   background-color: #46315F;
 }
 .BgClassName
 {
   background-color: #46315F;
 }
</style>

border-color css

<style>
 span { border-color: #46315F; }

 span { border-color: rgb(70,49,95); }

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