Html Css Color HEX #46115D Scarlet Gum

📋 copy color: '#46115D'

red 70 ◦ green 17 ◦ blue 93

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

Shades of Scarlet Gum #46115D

Tints of Scarlet Gum #46115D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.44%

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

R = 38.89%
G = 9.44%
B = 51.67%

CMYK

 C value IS 0.25

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46115D (or 0x46115D) is known color: Scarlet Gum. HEX triplet: 46, 11 and 5D. RGB value is (70,17,93). Sum of RGB (Red+Green+Blue) = 70+17+93=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 93 (36.72% from 255 or 51.67% from 180); Max value from RGB is 93 - color contains mainly: blue. Hex color #46115D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46115D is #B9EEA2. Grayscale: #292929. Windows color (decimal): -12185251 or 6099270. OLE color: 6099270.

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

Color convert

RGB 70 17 93 -
CMYK 0.25 0.82 0 0.64
HSL 281.84º 0.69% 0.22% -
HSV(B) 281.84º 0.82% 0.36% -
XYZ 4.7 2.49 10.59 -
YUV 41.51 157.06 148.32 -
System Red Green Blue C M Y K H S L
Decimal 70 17 93 0.25 0.82 0 0.64 281.84 0.69 0.22
Hex 46 11 5D 19 52 0 40 11A 45 16
Octal 106 21 135 31 122 0 100 432 105 26
Binary 1000110 10001 1011101 11001 1010010 0 1000000 100011010 1000101 10110

Color Harmonies of #46115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46115D

Black with #46115D

Text Example


Text Example

White with #46115D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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