Html Css Color HEX #46354D Scarlet Gum

📋 copy color: '#46354D'

red 70 ◦ green 53 ◦ blue 77

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

Shades of Scarlet Gum #46354D

Tints of Scarlet Gum #46354D

RGB

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

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

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

R = 35%
G = 26.5%
B = 38.5%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#46354D (or 0x46354D) is known color: Scarlet Gum. HEX triplet: 46, 35 and 4D. RGB value is (70,53,77). Sum of RGB (Red+Green+Blue) = 70+53+77=200 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35% from 200); Green value is 53 (21.09% from 255 or 26.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 77 - color contains mainly: blue. Hex color #46354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46354D is #B9CAB2. Grayscale: #3C3C3C. Windows color (decimal): -12176051 or 5059910. OLE color: 5059910.

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

Color convert

RGB 70 53 77 -
CMYK 0.09 0.31 0 0.70
HSL 282.5º 0.18% 0.25% -
HSV(B) 282.5º 0.31% 0.3% -
XYZ 5.14 4.38 7.6 -
YUV 60.82 137.13 134.55 -
System Red Green Blue C M Y K H S L
Decimal 70 53 77 0.09 0.31 0 0.70 282.5 0.18 0.25
Hex 46 35 4D 9 1F 0 46 11A 12 19
Octal 106 65 115 11 37 0 106 432 22 31
Binary 1000110 110101 1001101 1001 11111 0 1000110 100011010 10010 11001

Color Harmonies of #46354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46354D

Black with #46354D

Text Example


Text Example

White with #46354D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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