Html Css Color HEX #46205F Scarlet Gum

📋 copy color: '#46205F'

red 70 ◦ green 32 ◦ blue 95

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

Shades of Scarlet Gum #46205F

Tints of Scarlet Gum #46205F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 48.22%

R = 35.53%
G = 16.24%
B = 48.22%

CMYK

 C value IS 0.26

 M value IS 0.66

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#46205F (or 0x46205F) is known color: Scarlet Gum. HEX triplet: 46, 20 and 5F. RGB value is (70,32,95). Sum of RGB (Red+Green+Blue) = 70+32+95=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 95 (37.5% from 255 or 48.22% from 197); Max value from RGB is 95 - color contains mainly: blue. Hex color #46205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46205F is #B9DFA0. Grayscale: #323232. Windows color (decimal): -12181409 or 6234182. OLE color: 6234182.

HSL color Cylindrical-coordinate representation of color #46205F: hue angle of 276.19º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46205F is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 70 32 95 -
CMYK 0.26 0.66 0 0.63
HSL 276.19º 0.5% 0.25% -
HSV(B) 276.19º 0.66% 0.37% -
XYZ 5.11 3.16 11.17 -
YUV 50.54 153.09 141.88 -
System Red Green Blue C M Y K H S L
Decimal 70 32 95 0.26 0.66 0 0.63 276.19 0.5 0.25
Hex 46 20 5F 1A 42 0 3F 114 32 19
Octal 106 40 137 32 102 0 77 424 62 31
Binary 1000110 100000 1011111 11010 1000010 0 111111 100010100 110010 11001

Color Harmonies of #46205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46205F

Black with #46205F

Text Example


Text Example

White with #46205F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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