Html Css Color HEX #46145A Scarlet Gum

📋 copy color: '#46145A'

red 70 ◦ green 20 ◦ blue 90

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

Shades of Scarlet Gum #46145A

Tints of Scarlet Gum #46145A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.11%

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

R = 38.89%
G = 11.11%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#46145A (or 0x46145A) is known color: Scarlet Gum. HEX triplet: 46, 14 and 5A. RGB value is (70,20,90). Sum of RGB (Red+Green+Blue) = 70+20+90=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 90 (35.55% from 255 or 50% from 180); Max value from RGB is 90 - color contains mainly: blue. Hex color #46145A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46145A is #B9EBA5. Grayscale: #2A2A2A. Windows color (decimal): -12184486 or 5903430. OLE color: 5903430.

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

Color convert

RGB 70 20 90 -
CMYK 0.22 0.78 0 0.65
HSL 282.86º 0.64% 0.22% -
HSV(B) 282.86º 0.78% 0.35% -
XYZ 4.62 2.54 9.92 -
YUV 42.93 154.57 147.31 -
System Red Green Blue C M Y K H S L
Decimal 70 20 90 0.22 0.78 0 0.65 282.86 0.64 0.22
Hex 46 14 5A 16 4E 0 41 11B 40 16
Octal 106 24 132 26 116 0 101 433 100 26
Binary 1000110 10100 1011010 10110 1001110 0 1000001 100011011 1000000 10110

Color Harmonies of #46145A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46145A

Black with #46145A

Text Example


Text Example

White with #46145A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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