Html Css Color HEX #46225D Scarlet Gum

📋 copy color: '#46225D'

red 70 ◦ green 34 ◦ blue 93

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

Shades of Scarlet Gum #46225D

Tints of Scarlet Gum #46225D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.26%

 BLUE value IS 93 (36.72% from 255) = 47.21%

R = 35.53%
G = 17.26%
B = 47.21%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#46225D (or 0x46225D) is known color: Scarlet Gum. HEX triplet: 46, 22 and 5D. RGB value is (70,34,93). Sum of RGB (Red+Green+Blue) = 70+34+93=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #46225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46225D is #B9DDA2. Grayscale: #333333. Windows color (decimal): -12180899 or 6103622. OLE color: 6103622.

HSL color Cylindrical-coordinate representation of color #46225D: hue angle of 276.61º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46225D is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 70 34 93 -
CMYK 0.25 0.63 0 0.64
HSL 276.61º 0.46% 0.25% -
HSV(B) 276.61º 0.63% 0.36% -
XYZ 5.07 3.24 10.71 -
YUV 51.49 151.43 141.2 -
System Red Green Blue C M Y K H S L
Decimal 70 34 93 0.25 0.63 0 0.64 276.61 0.46 0.25
Hex 46 22 5D 19 3F 0 40 115 2E 19
Octal 106 42 135 31 77 0 100 425 56 31
Binary 1000110 100010 1011101 11001 111111 0 1000000 100010101 101110 11001

Color Harmonies of #46225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46225D

Black with #46225D

Text Example


Text Example

White with #46225D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46225D; }

 p { color: rgb(70,34,93); }

 H1.HeaderClassName
 {
   color: #46225D;
 }
 .AnyTagClassName
 {
   color: #46225D;
 }
</style>

background-color css

<style>
 a { background-color: #46225D; }

 a { background-color: rgb(70,34,93); }

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

border-color css

<style>
 span { border-color: #46225D; }

 span { border-color: rgb(70,34,93); }

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