Html Css Color HEX #46175E Scarlet Gum

📋 copy color: '#46175E'

red 70 ◦ green 23 ◦ blue 94

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

Shades of Scarlet Gum #46175E

Tints of Scarlet Gum #46175E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.3%

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

R = 37.43%
G = 12.3%
B = 50.27%

CMYK

 C value IS 0.26

 M value IS 0.76

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#46175E (or 0x46175E) is known color: Scarlet Gum. HEX triplet: 46, 17 and 5E. RGB value is (70,23,94). Sum of RGB (Red+Green+Blue) = 70+23+94=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 94 (37.11% from 255 or 50.27% from 187); Max value from RGB is 94 - color contains mainly: blue. Hex color #46175E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46175E is #B9E8A1. Grayscale: #2C2C2C. Windows color (decimal): -12183714 or 6166342. OLE color: 6166342.

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

Color convert

RGB 70 23 94 -
CMYK 0.26 0.76 0 0.63
HSL 279.72º 0.61% 0.23% -
HSV(B) 279.72º 0.76% 0.37% -
XYZ 4.85 2.72 10.86 -
YUV 45.15 155.57 145.73 -
System Red Green Blue C M Y K H S L
Decimal 70 23 94 0.26 0.76 0 0.63 279.72 0.61 0.23
Hex 46 17 5E 1A 4C 0 3F 118 3D 17
Octal 106 27 136 32 114 0 77 430 75 27
Binary 1000110 10111 1011110 11010 1001100 0 111111 100011000 111101 10111

Color Harmonies of #46175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46175E

Black with #46175E

Text Example


Text Example

White with #46175E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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