Html Css Color HEX #46155D Scarlet Gum

📋 copy color: '#46155D'

red 70 ◦ green 21 ◦ blue 93

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

Shades of Scarlet Gum #46155D

Tints of Scarlet Gum #46155D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.41%

 BLUE value IS 93 (36.72% from 255) = 50.54%

R = 38.04%
G = 11.41%
B = 50.54%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46155D (or 0x46155D) is known color: Scarlet Gum. HEX triplet: 46, 15 and 5D. RGB value is (70,21,93). Sum of RGB (Red+Green+Blue) = 70+21+93=184 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.04% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #46155D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46155D is #B9EAA2. Grayscale: #2B2B2B. Windows color (decimal): -12184227 or 6100294. OLE color: 6100294.

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

Color convert

RGB 70 21 93 -
CMYK 0.25 0.77 0 0.64
HSL 280.83º 0.63% 0.22% -
HSV(B) 280.83º 0.77% 0.36% -
XYZ 4.77 2.63 10.61 -
YUV 43.86 155.73 146.65 -
System Red Green Blue C M Y K H S L
Decimal 70 21 93 0.25 0.77 0 0.64 280.83 0.63 0.22
Hex 46 15 5D 19 4D 0 40 119 3F 16
Octal 106 25 135 31 115 0 100 431 77 26
Binary 1000110 10101 1011101 11001 1001101 0 1000000 100011001 111111 10110

Color Harmonies of #46155D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46155D

Black with #46155D

Text Example


Text Example

White with #46155D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #46155D;
 }
 .AnyTagClassName
 {
   color: #46155D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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