Html Css Color HEX #46374C Scarlet Gum

📋 copy color: '#46374C'

red 70 ◦ green 55 ◦ blue 76

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

Shades of Scarlet Gum #46374C

Tints of Scarlet Gum #46374C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.36%

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

R = 34.83%
G = 27.36%
B = 37.81%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#46374C (or 0x46374C) is known color: Scarlet Gum. HEX triplet: 46, 37 and 4C. RGB value is (70,55,76). Sum of RGB (Red+Green+Blue) = 70+55+76=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 55 (21.88% from 255 or 27.36% from 201); Blue value is 76 (30.08% from 255 or 37.81% from 201); Max value from RGB is 76 - color contains mainly: blue. Hex color #46374C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46374C is #B9C8B3. Grayscale: #3D3D3D. Windows color (decimal): -12175540 or 4994886. OLE color: 4994886.

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

Color convert

RGB 70 55 76 -
CMYK 0.08 0.28 0 0.70
HSL 282.86º 0.16% 0.26% -
HSV(B) 282.86º 0.28% 0.3% -
XYZ 5.2 4.56 7.44 -
YUV 61.88 135.97 133.79 -
System Red Green Blue C M Y K H S L
Decimal 70 55 76 0.08 0.28 0 0.70 282.86 0.16 0.26
Hex 46 37 4C 8 1C 0 46 11B 10 1A
Octal 106 67 114 10 34 0 106 433 20 32
Binary 1000110 110111 1001100 1000 11100 0 1000110 100011011 10000 11010

Color Harmonies of #46374C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46374C

Black with #46374C

Text Example


Text Example

White with #46374C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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