#471A66

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

Shades of Scarlet Gum #471A66

Tints of Scarlet Gum #471A66

Color information

#471A66 (or 0x471A66) is unknown color: approx Scarlet Gum. HEX triplet: 47, 1A and 66. RGB value is (71,26,102). Sum of RGB (Red+Green+Blue) = 71+26+102=199 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.68% from 199); Green value is 26 (10.55% from 255 or 13.07% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #471A66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A66 is #B8E599. Grayscale: #2F2F2F. Windows color (decimal): -12117402 or 6691399. OLE color: 6691399.

HSL color Cylindrical-coordinate representation of color #471A66: hue angle of 275.53º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #471A66 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB7126102-
CMYK0.300.7500.6
HSL275.53º59.38%25.1%-
HSV(B)275.53º74.51%40%-
XYZ5.373.0412.87-
YUV48.12158.41144.32-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.68%
GREEN value IS 26 (10.55% from 255) = 13.07%
BLUE value IS 102 (40.23% from 255) = 51.26%
R=35.68%
G=13.07%
B=51.26%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal71261020.300.7500.6275.5359.3825.1
Hex471A661E4B03C1143b19
Octal10732146361130744247331
Binary1000111110101100110111101001011011110010001010011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471A66; }

 p { color: rgb(71,26,102); }

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

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

 a { background-color: rgb(71,26,102); }

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

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

 span { border-color: rgb(71,26,102); }

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