#472461

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

Shades of Scarlet Gum #472461

Tints of Scarlet Gum #472461

Color information

#472461 (or 0x472461) is unknown color: approx Scarlet Gum. HEX triplet: 47, 24 and 61. RGB value is (71,36,97). Sum of RGB (Red+Green+Blue) = 71+36+97=204 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.80% from 204); Green value is 36 (14.45% from 255 or 17.65% from 204); Blue value is 97 (38.28% from 255 or 47.55% from 204); Max value from RGB is 97 - color contains mainly: blue. Hex color #472461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472461 is #B8DB9E. Grayscale: #353535. Windows color (decimal): -12114847 or 6366279. OLE color: 6366279.

HSL color Cylindrical-coordinate representation of color #472461: hue angle of 274.43º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #472461 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB713697-
CMYK0.270.6300.62
HSL274.43º45.86%26.08%-
HSV(B)274.43º62.89%38.04%-
XYZ5.393.4611.69-
YUV53.42152.6140.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 34.80%
GREEN value IS 36 (14.45% from 255) = 17.65%
BLUE value IS 97 (38.28% from 255) = 47.55%
R=34.80%
G=17.65%
B=47.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7136970.270.6300.62274.4345.8626.08
Hex4724611B3F03E1122e1a
Octal1074414133770764225632
Binary1000111100100110000111011111111011111010001001010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472461; }

 p { color: rgb(71,36,97); }

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

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

 a { background-color: rgb(71,36,97); }

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

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

 span { border-color: rgb(71,36,97); }

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