Html Css Color HEX #46315B Scarlet Gum

📋 copy color: '#46315B'

red 70 ◦ green 49 ◦ blue 91

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

Shades of Scarlet Gum #46315B

Tints of Scarlet Gum #46315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 43.33%

R = 33.33%
G = 23.33%
B = 43.33%

CMYK

 C value IS 0.23

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46315B (or 0x46315B) is known color: Scarlet Gum. HEX triplet: 46, 31 and 5B. RGB value is (70,49,91). Sum of RGB (Red+Green+Blue) = 70+49+91=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 91 (35.94% from 255 or 43.33% from 210); Max value from RGB is 91 - color contains mainly: blue. Hex color #46315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46315B is #B9CEA4. Grayscale: #3B3B3B. Windows color (decimal): -12177061 or 5976390. OLE color: 5976390.

HSL color Cylindrical-coordinate representation of color #46315B: hue angle of 270º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #46315B is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 49 91 -
CMYK 0.23 0.46 0 0.64
HSL 270º 0.3% 0.27% -
HSV(B) 270º 0.46% 0.36% -
XYZ 5.51 4.25 10.43 -
YUV 60.07 145.46 135.08 -
System Red Green Blue C M Y K H S L
Decimal 70 49 91 0.23 0.46 0 0.64 270 0.3 0.27
Hex 46 31 5B 17 2E 0 40 10E 1E 1B
Octal 106 61 133 27 56 0 100 416 36 33
Binary 1000110 110001 1011011 10111 101110 0 1000000 100001110 11110 11011

Color Harmonies of #46315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46315B

Black with #46315B

Text Example


Text Example

White with #46315B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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