Html Css Color HEX #46324E Scarlet Gum

📋 copy color: '#46324E'

red 70 ◦ green 50 ◦ blue 78

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

Shades of Scarlet Gum #46324E

Tints of Scarlet Gum #46324E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.25%

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

R = 35.35%
G = 25.25%
B = 39.39%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#46324E (or 0x46324E) is known color: Scarlet Gum. HEX triplet: 46, 32 and 4E. RGB value is (70,50,78). Sum of RGB (Red+Green+Blue) = 70+50+78=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 78 (30.86% from 255 or 39.39% from 198); Max value from RGB is 78 - color contains mainly: blue. Hex color #46324E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46324E is #B9CDB1. Grayscale: #3B3B3B. Windows color (decimal): -12176818 or 5124678. OLE color: 5124678.

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

Color convert

RGB 70 50 78 -
CMYK 0.10 0.36 0 0.69
HSL 282.86º 0.22% 0.25% -
HSV(B) 282.86º 0.36% 0.31% -
XYZ 5.04 4.13 7.74 -
YUV 59.17 138.63 135.72 -
System Red Green Blue C M Y K H S L
Decimal 70 50 78 0.10 0.36 0 0.69 282.86 0.22 0.25
Hex 46 32 4E A 24 0 45 11B 16 19
Octal 106 62 116 12 44 0 105 433 26 31
Binary 1000110 110010 1001110 1010 100100 0 1000101 100011011 10110 11001

Color Harmonies of #46324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46324E

Black with #46324E

Text Example


Text Example

White with #46324E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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