#46374C

Color #46374C Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #46374C

Tints of Scarlet Gum #46374C

Color information

#46374C (or 0x46374C) is unknown color: approx 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

RGB705576-
CMYK0.080.2800.70
HSL282.86º16.03%25.69%-
HSV(B)282.86º27.63%29.8%-
XYZ5.24.567.44-
YUV61.88135.97133.79-

RGB Variations

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

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 (Cyan) values IS 0.08
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7055760.080.2800.70282.8616.0325.69
Hex46374C81C04611b101a
Octal10667114103401064332032
Binary10001101101111001100100011100010001101000110111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>