Html Css Color HEX #46235A Scarlet Gum

📋 copy color: '#46235A'

red 70 ◦ green 35 ◦ blue 90

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

Shades of Scarlet Gum #46235A

Tints of Scarlet Gum #46235A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.95%

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

R = 35.9%
G = 17.95%
B = 46.15%

CMYK

 C value IS 0.22

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#46235A (or 0x46235A) is known color: Scarlet Gum. HEX triplet: 46, 23 and 5A. RGB value is (70,35,90). Sum of RGB (Red+Green+Blue) = 70+35+90=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #46235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46235A is #B9DCA5. Grayscale: #333333. Windows color (decimal): -12180646 or 5907270. OLE color: 5907270.

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

Color convert

RGB 70 35 90 -
CMYK 0.22 0.61 0 0.65
HSL 278.18º 0.44% 0.25% -
HSV(B) 278.18º 0.61% 0.35% -
XYZ 4.97 3.24 10.04 -
YUV 51.74 149.6 141.03 -
System Red Green Blue C M Y K H S L
Decimal 70 35 90 0.22 0.61 0 0.65 278.18 0.44 0.25
Hex 46 23 5A 16 3D 0 41 116 2C 19
Octal 106 43 132 26 75 0 101 426 54 31
Binary 1000110 100011 1011010 10110 111101 0 1000001 100010110 101100 11001

Color Harmonies of #46235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46235A

Black with #46235A

Text Example


Text Example

White with #46235A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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