Html Css Color HEX #46245A Scarlet Gum

📋 copy color: '#46245A'

red 70 ◦ green 36 ◦ blue 90

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

Shades of Scarlet Gum #46245A

Tints of Scarlet Gum #46245A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.37%

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

R = 35.71%
G = 18.37%
B = 45.92%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#46245A (or 0x46245A) is known color: Scarlet Gum. HEX triplet: 46, 24 and 5A. RGB value is (70,36,90). Sum of RGB (Red+Green+Blue) = 70+36+90=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #46245A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46245A is #B9DBA5. Grayscale: #343434. Windows color (decimal): -12180390 or 5907526. OLE color: 5907526.

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

Color convert

RGB 70 36 90 -
CMYK 0.22 0.60 0 0.65
HSL 277.78º 0.43% 0.25% -
HSV(B) 277.78º 0.6% 0.35% -
XYZ 5 3.3 10.05 -
YUV 52.32 149.26 140.61 -
System Red Green Blue C M Y K H S L
Decimal 70 36 90 0.22 0.60 0 0.65 277.78 0.43 0.25
Hex 46 24 5A 16 3C 0 41 116 2B 19
Octal 106 44 132 26 74 0 101 426 53 31
Binary 1000110 100100 1011010 10110 111100 0 1000001 100010110 101011 11001

Color Harmonies of #46245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46245A

Black with #46245A

Text Example


Text Example

White with #46245A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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