Html Css Color HEX #46155B Scarlet Gum

📋 copy color: '#46155B'

red 70 ◦ green 21 ◦ blue 91

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

Shades of Scarlet Gum #46155B

Tints of Scarlet Gum #46155B

RGB

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

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

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

R = 38.46%
G = 11.54%
B = 50%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46155B (or 0x46155B) is known color: Scarlet Gum. HEX triplet: 46, 15 and 5B. RGB value is (70,21,91). Sum of RGB (Red+Green+Blue) = 70+21+91=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 21 (8.59% from 255 or 11.54% from 182); Blue value is 91 (35.94% from 255 or 50% from 182); Max value from RGB is 91 - color contains mainly: blue. Hex color #46155B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46155B is #B9EAA4. Grayscale: #2B2B2B. Windows color (decimal): -12184229 or 5969222. OLE color: 5969222.

HSL color Cylindrical-coordinate representation of color #46155B: hue angle of 282º degrees, saturation: 0.62, 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 #46155B is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 21 91 -
CMYK 0.23 0.77 0 0.64
HSL 282º 0.63% 0.22% -
HSV(B) 282º 0.77% 0.36% -
XYZ 4.68 2.59 10.15 -
YUV 43.63 154.73 146.81 -
System Red Green Blue C M Y K H S L
Decimal 70 21 91 0.23 0.77 0 0.64 282 0.63 0.22
Hex 46 15 5B 17 4D 0 40 11A 3E 16
Octal 106 25 133 27 115 0 100 432 76 26
Binary 1000110 10101 1011011 10111 1001101 0 1000000 100011010 111110 10110

Color Harmonies of #46155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46155B

Black with #46155B

Text Example


Text Example

White with #46155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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