Html Css Color HEX #46205C Scarlet Gum

📋 copy color: '#46205C'

red 70 ◦ green 32 ◦ blue 92

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

Shades of Scarlet Gum #46205C

Tints of Scarlet Gum #46205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 47.42%

R = 36.08%
G = 16.49%
B = 47.42%

CMYK

 C value IS 0.24

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46205C (or 0x46205C) is known color: Scarlet Gum. HEX triplet: 46, 20 and 5C. RGB value is (70,32,92). Sum of RGB (Red+Green+Blue) = 70+32+92=194 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.08% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #46205C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46205C is #B9DFA3. Grayscale: #313131. Windows color (decimal): -12181412 or 6037574. OLE color: 6037574.

HSL color Cylindrical-coordinate representation of color #46205C: hue angle of 278º 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 #46205C is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 32 92 -
CMYK 0.24 0.65 0 0.64
HSL 278º 0.48% 0.24% -
HSV(B) 278º 0.65% 0.36% -
XYZ 4.97 3.11 10.46 -
YUV 50.2 151.59 142.12 -
System Red Green Blue C M Y K H S L
Decimal 70 32 92 0.24 0.65 0 0.64 278 0.48 0.24
Hex 46 20 5C 18 41 0 40 116 30 18
Octal 106 40 134 30 101 0 100 426 60 30
Binary 1000110 100000 1011100 11000 1000001 0 1000000 100010110 110000 11000

Color Harmonies of #46205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46205C

Black with #46205C

Text Example


Text Example

White with #46205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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