Html Css Color HEX #46314E Scarlet Gum

📋 copy color: '#46314E'

red 70 ◦ green 49 ◦ blue 78

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

Shades of Scarlet Gum #46314E

Tints of Scarlet Gum #46314E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.87%

 BLUE value IS 78 (30.86% from 255) = 39.59%

R = 35.53%
G = 24.87%
B = 39.59%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#46314E (or 0x46314E) is known color: Scarlet Gum. HEX triplet: 46, 31 and 4E. RGB value is (70,49,78). Sum of RGB (Red+Green+Blue) = 70+49+78=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 78 - color contains mainly: blue. Hex color #46314E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46314E is #B9CEB1. Grayscale: #3A3A3A. Windows color (decimal): -12177074 or 5124422. OLE color: 5124422.

HSL color Cylindrical-coordinate representation of color #46314E: hue angle of 283.45º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #46314E is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 70 49 78 -
CMYK 0.10 0.37 0 0.69
HSL 283.45º 0.23% 0.25% -
HSV(B) 283.45º 0.37% 0.31% -
XYZ 5 4.05 7.73 -
YUV 58.59 138.96 136.14 -
System Red Green Blue C M Y K H S L
Decimal 70 49 78 0.10 0.37 0 0.69 283.45 0.23 0.25
Hex 46 31 4E A 25 0 45 11B 17 19
Octal 106 61 116 12 45 0 105 433 27 31
Binary 1000110 110001 1001110 1010 100101 0 1000101 100011011 10111 11001

Color Harmonies of #46314E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46314E

Black with #46314E

Text Example


Text Example

White with #46314E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46314E; }

 p { color: rgb(70,49,78); }

 H1.HeaderClassName
 {
   color: #46314E;
 }
 .AnyTagClassName
 {
   color: #46314E;
 }
</style>

background-color css

<style>
 a { background-color: #46314E; }

 a { background-color: rgb(70,49,78); }

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

border-color css

<style>
 span { border-color: #46314E; }

 span { border-color: rgb(70,49,78); }

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