#463153

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

Shades of Scarlet Gum #463153

Tints of Scarlet Gum #463153

Color information

#463153 (or 0x463153) is unknown color: approx Scarlet Gum. HEX triplet: 46, 31 and 53. RGB value is (70,49,83). Sum of RGB (Red+Green+Blue) = 70+49+83=202 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.65% from 202); Green value is 49 (19.53% from 255 or 24.26% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #463153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463153 is #B9CEAC. Grayscale: #3B3B3B. Windows color (decimal): -12177069 or 5452102. OLE color: 5452102.

HSL color Cylindrical-coordinate representation of color #463153: hue angle of 277.06º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #463153 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB704983-
CMYK0.160.4100.67
HSL277.06º25.76%25.88%-
HSV(B)277.06º40.96%32.55%-
XYZ5.194.128.71-
YUV59.16141.46135.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.65%
GREEN value IS 49 (19.53% from 255) = 24.26%
BLUE value IS 83 (32.81% from 255) = 41.09%
R=34.65%
G=24.26%
B=41.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7049830.160.4100.67277.0625.7625.88
Hex46315310290431151a1a
Octal10661123205101034253232
Binary1000110110001101001110000101001010000111000101011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463153; }

 p { color: rgb(70,49,83); }

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

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

 a { background-color: rgb(70,49,83); }

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

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

 span { border-color: rgb(70,49,83); }

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