#462954

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

Shades of Scarlet Gum #462954

Tints of Scarlet Gum #462954

Color information

#462954 (or 0x462954) is unknown color: approx Scarlet Gum. HEX triplet: 46, 29 and 54. RGB value is (70,41,84). Sum of RGB (Red+Green+Blue) = 70+41+84=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 41 (16.41% from 255 or 21.03% from 195); Blue value is 84 (33.20% from 255 or 43.08% from 195); Max value from RGB is 84 - color contains mainly: blue. Hex color #462954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #462954 is #B9D6AB. Grayscale: #363636. Windows color (decimal): -12179116 or 5515590. OLE color: 5515590.

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

Color convert

RGB704184-
CMYK0.170.5100.67
HSL280.47º34.4%24.51%-
HSV(B)280.47º51.19%32.94%-
XYZ4.923.538.81-
YUV54.57144.61139-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 35.90%
GREEN value IS 41 (16.41% from 255) = 21.03%
BLUE value IS 84 (33.20% from 255) = 43.08%
R=35.90%
G=21.03%
B=43.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7041840.170.5100.67280.4734.424.51
Hex46295411330431182219
Octal10651124216301034304231
Binary10001101010011010100100011100110100001110001100010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #462954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #462954; }

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

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

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

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

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

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

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

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