#463154

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

Shades of Scarlet Gum #463154

Tints of Scarlet Gum #463154

Color information

#463154 (or 0x463154) is unknown color: approx Scarlet Gum. HEX triplet: 46, 31 and 54. RGB value is (70,49,84). Sum of RGB (Red+Green+Blue) = 70+49+84=203 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.48% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 84 (33.20% from 255 or 41.38% from 203); Max value from RGB is 84 - color contains mainly: blue. Hex color #463154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #463154 is #B9CEAB. Grayscale: #3B3B3B. Windows color (decimal): -12177068 or 5517638. OLE color: 5517638.

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

Color convert

RGB704984-
CMYK0.170.4200.67
HSL276º26.32%26.08%-
HSV(B)276º41.67%32.94%-
XYZ5.224.148.91-
YUV59.27141.96135.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 34.48%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 84 (33.20% from 255) = 41.38%
R=34.48%
G=24.14%
B=41.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7049840.170.4200.6727626.3226.08
Hex463154112A0431141a1a
Octal10661124215201034243232
Binary1000110110001101010010001101010010000111000101001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463154; }

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

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

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

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

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

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

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

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