#46384C

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

Shades of Scarlet Gum #46384C

Tints of Scarlet Gum #46384C

Color information

#46384C (or 0x46384C) is unknown color: approx Scarlet Gum. HEX triplet: 46, 38 and 4C. RGB value is (70,56,76). Sum of RGB (Red+Green+Blue) = 70+56+76=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 56 (22.27% from 255 or 27.72% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 76 - color contains mainly: blue. Hex color #46384C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46384C is #B9C7B3. Grayscale: #3E3E3E. Windows color (decimal): -12175284 or 4995142. OLE color: 4995142.

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

Color convert

RGB705676-
CMYK0.080.2600.70
HSL282º15.15%25.88%-
HSV(B)282º26.32%29.8%-
XYZ5.244.657.46-
YUV62.47135.64133.37-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.65%
GREEN value IS 56 (22.27% from 255) = 27.72%
BLUE value IS 76 (30.08% from 255) = 37.62%
R=34.65%
G=27.72%
B=37.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7056760.080.2600.7028215.1525.88
Hex46384C81A04611af1a
Octal10670114103201064321732
Binary1000110111000100110010001101001000110100011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46384C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #46384C;
 }
 .AnyTagClassName
 {
   color: #46384C;
 }
</style>
background-color css

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

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

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

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

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

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