Html Css Color HEX #46195D Scarlet Gum

📋 copy color: '#46195D'

red 70 ◦ green 25 ◦ blue 93

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

Shades of Scarlet Gum #46195D

Tints of Scarlet Gum #46195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.3%

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

R = 37.23%
G = 13.3%
B = 49.47%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46195D (or 0x46195D) is known color: Scarlet Gum. HEX triplet: 46, 19 and 5D. RGB value is (70,25,93). Sum of RGB (Red+Green+Blue) = 70+25+93=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 25 (10.16% from 255 or 13.30% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #46195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46195D is #B9E6A2. Grayscale: #2D2D2D. Windows color (decimal): -12183203 or 6101318. OLE color: 6101318.

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

Color convert

RGB 70 25 93 -
CMYK 0.25 0.73 0 0.64
HSL 279.71º 0.58% 0.23% -
HSV(B) 279.71º 0.73% 0.36% -
XYZ 4.85 2.79 10.64 -
YUV 46.21 154.41 144.97 -
System Red Green Blue C M Y K H S L
Decimal 70 25 93 0.25 0.73 0 0.64 279.71 0.58 0.23
Hex 46 19 5D 19 49 0 40 118 3A 17
Octal 106 31 135 31 111 0 100 430 72 27
Binary 1000110 11001 1011101 11001 1001001 0 1000000 100011000 111010 10111

Color Harmonies of #46195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46195D

Black with #46195D

Text Example


Text Example

White with #46195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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