#491467

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

Shades of Scarlet Gum #491467

Tints of Scarlet Gum #491467

Color information

#491467 (or 0x491467) is unknown color: approx Scarlet Gum. HEX triplet: 49, 14 and 67. RGB value is (73,20,103). Sum of RGB (Red+Green+Blue) = 73+20+103=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 103 (40.62% from 255 or 52.55% from 196); Max value from RGB is 103 - color contains mainly: blue. Hex color #491467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491467 is #B6EB98. Grayscale: #2D2D2D. Windows color (decimal): -11987865 or 6755401. OLE color: 6755401.

HSL color Cylindrical-coordinate representation of color #491467: hue angle of 278.31º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #491467 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7320103-
CMYK0.290.8100.60
HSL278.31º67.48%24.12%-
HSV(B)278.31º80.58%40.39%-
XYZ5.452.913.1-
YUV45.31160.56147.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 37.24%
GREEN value IS 20 (8.20% from 255) = 10.20%
BLUE value IS 103 (40.62% from 255) = 52.55%
R=37.24%
G=10.20%
B=52.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal73201030.290.8100.60278.3167.4824.12
Hex4914671D5103C1164318
Octal111241473512107442610330
Binary10010011010011001111110110100010111100100010110100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491467; }

 p { color: rgb(73,20,103); }

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

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

 a { background-color: rgb(73,20,103); }

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

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

 span { border-color: rgb(73,20,103); }

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