Html Css Color HEX #46314D Scarlet Gum

📋 copy color: '#46314D'

red 70 ◦ green 49 ◦ blue 77

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

Shades of Scarlet Gum #46314D

Tints of Scarlet Gum #46314D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 39.29%

R = 35.71%
G = 25%
B = 39.29%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#46314D (or 0x46314D) is known color: Scarlet Gum. HEX triplet: 46, 31 and 4D. RGB value is (70,49,77). Sum of RGB (Red+Green+Blue) = 70+49+77=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 49 (19.53% from 255 or 25% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #46314D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46314D is #B9CEB2. Grayscale: #3A3A3A. Windows color (decimal): -12177075 or 5058886. OLE color: 5058886.

HSL color Cylindrical-coordinate representation of color #46314D: hue angle of 285º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #46314D is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 70 49 77 -
CMYK 0.09 0.36 0 0.70
HSL 285º 0.22% 0.25% -
HSV(B) 285º 0.36% 0.3% -
XYZ 4.96 4.03 7.54 -
YUV 58.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 70 49 77 0.09 0.36 0 0.70 285 0.22 0.25
Hex 46 31 4D 9 24 0 46 11D 16 19
Octal 106 61 115 11 44 0 106 435 26 31
Binary 1000110 110001 1001101 1001 100100 0 1000110 100011101 10110 11001

Color Harmonies of #46314D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46314D

Black with #46314D

Text Example


Text Example

White with #46314D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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