Html Css Color HEX #46215C Scarlet Gum

📋 copy color: '#46215C'

red 70 ◦ green 33 ◦ blue 92

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

Shades of Scarlet Gum #46215C

Tints of Scarlet Gum #46215C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.92%

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

R = 35.9%
G = 16.92%
B = 47.18%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46215C (or 0x46215C) is known color: Scarlet Gum. HEX triplet: 46, 21 and 5C. RGB value is (70,33,92). Sum of RGB (Red+Green+Blue) = 70+33+92=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 33 (13.28% from 255 or 16.92% from 195); Blue value is 92 (36.33% from 255 or 47.18% from 195); Max value from RGB is 92 - color contains mainly: blue. Hex color #46215C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46215C is #B9DEA3. Grayscale: #323232. Windows color (decimal): -12181156 or 6037830. OLE color: 6037830.

HSL color Cylindrical-coordinate representation of color #46215C: hue angle of 277.63º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #46215C is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 33 92 -
CMYK 0.24 0.64 0 0.64
HSL 277.63º 0.47% 0.25% -
HSV(B) 277.63º 0.64% 0.36% -
XYZ 5 3.16 10.47 -
YUV 50.79 151.26 141.7 -
System Red Green Blue C M Y K H S L
Decimal 70 33 92 0.24 0.64 0 0.64 277.63 0.47 0.25
Hex 46 21 5C 18 40 0 40 116 2F 19
Octal 106 41 134 30 100 0 100 426 57 31
Binary 1000110 100001 1011100 11000 1000000 0 1000000 100010110 101111 11001

Color Harmonies of #46215C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46215C

Black with #46215C

Text Example


Text Example

White with #46215C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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