Html Css Color HEX #46095A Scarlet Gum

📋 copy color: '#46095A'

red 70 ◦ green 9 ◦ blue 90

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

Shades of Scarlet Gum #46095A

Tints of Scarlet Gum #46095A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.33%

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

R = 41.42%
G = 5.33%
B = 53.25%

CMYK

 C value IS 0.22

 M value IS 0.9

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#46095A (or 0x46095A) is known color: Scarlet Gum. HEX triplet: 46, 09 and 5A. RGB value is (70,9,90). Sum of RGB (Red+Green+Blue) = 70+9+90=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 90 (35.55% from 255 or 53.25% from 169); Max value from RGB is 90 - color contains mainly: blue. Hex color #46095A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46095A is #B9F6A5. Grayscale: #242424. Windows color (decimal): -12187302 or 5900614. OLE color: 5900614.

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

Color convert

RGB 70 9 90 -
CMYK 0.22 0.9 0 0.65
HSL 285.19º 0.82% 0.19% -
HSV(B) 285.19º 0.9% 0.35% -
XYZ 4.47 2.24 9.87 -
YUV 36.47 158.21 151.91 -
System Red Green Blue C M Y K H S L
Decimal 70 9 90 0.22 0.9 0 0.65 285.19 0.82 0.19
Hex 46 9 5A 16 5A 0 41 11D 52 13
Octal 106 11 132 26 132 0 101 435 122 23
Binary 1000110 1001 1011010 10110 1011010 0 1000001 100011101 1010010 10011

Color Harmonies of #46095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46095A

Black with #46095A

Text Example


Text Example

White with #46095A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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