Html Css Color HEX #46205A Scarlet Gum

📋 copy color: '#46205A'

red 70 ◦ green 32 ◦ blue 90

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

Shades of Scarlet Gum #46205A

Tints of Scarlet Gum #46205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 46.88%

R = 36.46%
G = 16.67%
B = 46.88%

CMYK

 C value IS 0.22

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#46205A (or 0x46205A) is known color: Scarlet Gum. HEX triplet: 46, 20 and 5A. RGB value is (70,32,90). Sum of RGB (Red+Green+Blue) = 70+32+90=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #46205A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46205A is #B9DFA5. Grayscale: #313131. Windows color (decimal): -12181414 or 5906502. OLE color: 5906502.

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

Color convert

RGB 70 32 90 -
CMYK 0.22 0.64 0 0.65
HSL 279.31º 0.48% 0.24% -
HSV(B) 279.31º 0.64% 0.35% -
XYZ 4.89 3.07 10.01 -
YUV 49.97 150.59 142.28 -
System Red Green Blue C M Y K H S L
Decimal 70 32 90 0.22 0.64 0 0.65 279.31 0.48 0.24
Hex 46 20 5A 16 40 0 41 117 30 18
Octal 106 40 132 26 100 0 101 427 60 30
Binary 1000110 100000 1011010 10110 1000000 0 1000001 100010111 110000 11000

Color Harmonies of #46205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46205A

Black with #46205A

Text Example


Text Example

White with #46205A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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