#46304D

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

Shades of Scarlet Gum #46304D

Tints of Scarlet Gum #46304D

Color information

#46304D (or 0x46304D) is unknown color: approx Scarlet Gum. HEX triplet: 46, 30 and 4D. RGB value is (70,48,77). Sum of RGB (Red+Green+Blue) = 70+48+77=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #46304D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46304D is #B9CFB2. Grayscale: #393939. Windows color (decimal): -12177331 or 5058630. OLE color: 5058630.

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

Color convert

RGB704877-
CMYK0.090.3800.70
HSL285.52º23.2%24.51%-
HSV(B)285.52º37.66%30.2%-
XYZ4.923.957.52-
YUV57.88138.79136.64-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 48 (19.14% from 255) = 24.62%
BLUE value IS 77 (30.47% from 255) = 39.49%
R=35.90%
G=24.62%
B=39.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal7048770.090.3800.70285.5223.224.51
Hex46304D92604611e1719
Octal10660115114601064362731
Binary100011011000010011011001100110010001101000111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46304D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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