Html Css Color HEX #46055A Scarlet Gum

📋 copy color: '#46055A'

red 70 ◦ green 5 ◦ blue 90

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

Shades of Scarlet Gum #46055A

Tints of Scarlet Gum #46055A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.03%

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

R = 42.42%
G = 3.03%
B = 54.55%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#46055A (or 0x46055A) is known color: Scarlet Gum. HEX triplet: 46, 05 and 5A. RGB value is (70,5,90). Sum of RGB (Red+Green+Blue) = 70+5+90=165 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.42% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 90 (35.55% from 255 or 54.55% from 165); Max value from RGB is 90 - color contains mainly: blue. Hex color #46055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46055A is #B9FAA5. Grayscale: #212121. Windows color (decimal): -12188326 or 5899590. OLE color: 5899590.

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

Color convert

RGB 70 5 90 -
CMYK 0.22 0.94 0 0.65
HSL 285.88º 0.89% 0.19% -
HSV(B) 285.88º 0.94% 0.35% -
XYZ 4.43 2.15 9.85 -
YUV 34.13 159.53 153.59 -
System Red Green Blue C M Y K H S L
Decimal 70 5 90 0.22 0.94 0 0.65 285.88 0.89 0.19
Hex 46 5 5A 16 5E 0 41 11E 59 13
Octal 106 5 132 26 136 0 101 436 131 23
Binary 1000110 101 1011010 10110 1011110 0 1000001 100011110 1011001 10011

Color Harmonies of #46055A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46055A

Black with #46055A

Text Example


Text Example

White with #46055A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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