Html Css Color HEX #46364D Scarlet Gum

📋 copy color: '#46364D'

red 70 ◦ green 54 ◦ blue 77

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

Shades of Scarlet Gum #46364D

Tints of Scarlet Gum #46364D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.87%

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

R = 34.83%
G = 26.87%
B = 38.31%

CMYK

 C value IS 0.09

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#46364D (or 0x46364D) is known color: Scarlet Gum. HEX triplet: 46, 36 and 4D. RGB value is (70,54,77). Sum of RGB (Red+Green+Blue) = 70+54+77=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 77 (30.47% from 255 or 38.31% from 201); Max value from RGB is 77 - color contains mainly: blue. Hex color #46364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46364D is #B9C9B2. Grayscale: #3D3D3D. Windows color (decimal): -12175795 or 5060166. OLE color: 5060166.

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

Color convert

RGB 70 54 77 -
CMYK 0.09 0.30 0 0.70
HSL 281.74º 0.18% 0.26% -
HSV(B) 281.74º 0.3% 0.3% -
XYZ 5.18 4.48 7.61 -
YUV 61.41 136.8 134.13 -
System Red Green Blue C M Y K H S L
Decimal 70 54 77 0.09 0.30 0 0.70 281.74 0.18 0.26
Hex 46 36 4D 9 1E 0 46 11A 12 1A
Octal 106 66 115 11 36 0 106 432 22 32
Binary 1000110 110110 1001101 1001 11110 0 1000110 100011010 10010 11010

Color Harmonies of #46364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46364D

Black with #46364D

Text Example


Text Example

White with #46364D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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