Html Css Color HEX #46195E Scarlet Gum

📋 copy color: '#46195E'

red 70 ◦ green 25 ◦ blue 94

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

Shades of Scarlet Gum #46195E

Tints of Scarlet Gum #46195E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 49.74%

R = 37.04%
G = 13.23%
B = 49.74%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#46195E (or 0x46195E) is known color: Scarlet Gum. HEX triplet: 46, 19 and 5E. RGB value is (70,25,94). Sum of RGB (Red+Green+Blue) = 70+25+94=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #46195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46195E is #B9E6A1. Grayscale: #2E2E2E. Windows color (decimal): -12183202 or 6166854. OLE color: 6166854.

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

Color convert

RGB 70 25 94 -
CMYK 0.26 0.73 0 0.63
HSL 279.13º 0.58% 0.23% -
HSV(B) 279.13º 0.73% 0.37% -
XYZ 4.89 2.81 10.87 -
YUV 46.32 154.91 144.89 -
System Red Green Blue C M Y K H S L
Decimal 70 25 94 0.26 0.73 0 0.63 279.13 0.58 0.23
Hex 46 19 5E 1A 49 0 3F 117 3A 17
Octal 106 31 136 32 111 0 77 427 72 27
Binary 1000110 11001 1011110 11010 1001001 0 111111 100010111 111010 10111

Color Harmonies of #46195E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46195E

Black with #46195E

Text Example


Text Example

White with #46195E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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