Html Css Color HEX #46205B Scarlet Gum

📋 copy color: '#46205B'

red 70 ◦ green 32 ◦ blue 91

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

Shades of Scarlet Gum #46205B

Tints of Scarlet Gum #46205B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.58%

 BLUE value IS 91 (35.94% from 255) = 47.15%

R = 36.27%
G = 16.58%
B = 47.15%

CMYK

 C value IS 0.23

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46205B (or 0x46205B) is known color: Scarlet Gum. HEX triplet: 46, 20 and 5B. RGB value is (70,32,91). Sum of RGB (Red+Green+Blue) = 70+32+91=193 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.27% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 91 (35.94% from 255 or 47.15% from 193); Max value from RGB is 91 - color contains mainly: blue. Hex color #46205B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46205B is #B9DFA4. Grayscale: #313131. Windows color (decimal): -12181413 or 5972038. OLE color: 5972038.

HSL color Cylindrical-coordinate representation of color #46205B: hue angle of 278.64º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46205B is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 32 91 -
CMYK 0.23 0.65 0 0.64
HSL 278.64º 0.48% 0.24% -
HSV(B) 278.64º 0.65% 0.36% -
XYZ 4.93 3.09 10.23 -
YUV 50.09 151.09 142.2 -
System Red Green Blue C M Y K H S L
Decimal 70 32 91 0.23 0.65 0 0.64 278.64 0.48 0.24
Hex 46 20 5B 17 41 0 40 117 30 18
Octal 106 40 133 27 101 0 100 427 60 30
Binary 1000110 100000 1011011 10111 1000001 0 1000000 100010111 110000 11000

Color Harmonies of #46205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46205B

Black with #46205B

Text Example


Text Example

White with #46205B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46205B; }

 p { color: rgb(70,32,91); }

 H1.HeaderClassName
 {
   color: #46205B;
 }
 .AnyTagClassName
 {
   color: #46205B;
 }
</style>

background-color css

<style>
 a { background-color: #46205B; }

 a { background-color: rgb(70,32,91); }

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

border-color css

<style>
 span { border-color: #46205B; }

 span { border-color: rgb(70,32,91); }

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