Html Css Color HEX #46185D Scarlet Gum

📋 copy color: '#46185D'

red 70 ◦ green 24 ◦ blue 93

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

Shades of Scarlet Gum #46185D

Tints of Scarlet Gum #46185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.83%

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

R = 37.43%
G = 12.83%
B = 49.73%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46185D (or 0x46185D) is known color: Scarlet Gum. HEX triplet: 46, 18 and 5D. RGB value is (70,24,93). Sum of RGB (Red+Green+Blue) = 70+24+93=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 93 (36.72% from 255 or 49.73% from 187); Max value from RGB is 93 - color contains mainly: blue. Hex color #46185D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46185D is #B9E7A2. Grayscale: #2D2D2D. Windows color (decimal): -12183459 or 6101062. OLE color: 6101062.

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

Color convert

RGB 70 24 93 -
CMYK 0.25 0.74 0 0.64
HSL 280º 0.59% 0.23% -
HSV(B) 280º 0.74% 0.36% -
XYZ 4.83 2.75 10.63 -
YUV 45.62 154.74 145.39 -
System Red Green Blue C M Y K H S L
Decimal 70 24 93 0.25 0.74 0 0.64 280 0.59 0.23
Hex 46 18 5D 19 4A 0 40 118 3B 17
Octal 106 30 135 31 112 0 100 430 73 27
Binary 1000110 11000 1011101 11001 1001010 0 1000000 100011000 111011 10111

Color Harmonies of #46185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46185D

Black with #46185D

Text Example


Text Example

White with #46185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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