Html Css Color HEX #46354C Scarlet Gum

📋 copy color: '#46354C'

red 70 ◦ green 53 ◦ blue 76

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

Shades of Scarlet Gum #46354C

Tints of Scarlet Gum #46354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.63%

 BLUE value IS 76 (30.08% from 255) = 38.19%

R = 35.18%
G = 26.63%
B = 38.19%

CMYK

 C value IS 0.08

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#46354C (or 0x46354C) is known color: Scarlet Gum. HEX triplet: 46, 35 and 4C. RGB value is (70,53,76). Sum of RGB (Red+Green+Blue) = 70+53+76=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 76 (30.08% from 255 or 38.19% from 199); Max value from RGB is 76 - color contains mainly: blue. Hex color #46354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46354C is #B9CAB3. Grayscale: #3C3C3C. Windows color (decimal): -12176052 or 4994374. OLE color: 4994374.

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

Color convert

RGB 70 53 76 -
CMYK 0.08 0.30 0 0.70
HSL 284.35º 0.18% 0.25% -
HSV(B) 284.35º 0.3% 0.3% -
XYZ 5.1 4.37 7.41 -
YUV 60.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 70 53 76 0.08 0.30 0 0.70 284.35 0.18 0.25
Hex 46 35 4C 8 1E 0 46 11C 12 19
Octal 106 65 114 10 36 0 106 434 22 31
Binary 1000110 110101 1001100 1000 11110 0 1000110 100011100 10010 11001

Color Harmonies of #46354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46354C

Black with #46354C

Text Example


Text Example

White with #46354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46354C; }

 p { color: rgb(70,53,76); }

 H1.HeaderClassName
 {
   color: #46354C;
 }
 .AnyTagClassName
 {
   color: #46354C;
 }
</style>

background-color css

<style>
 a { background-color: #46354C; }

 a { background-color: rgb(70,53,76); }

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

border-color css

<style>
 span { border-color: #46354C; }

 span { border-color: rgb(70,53,76); }

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