#491458

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

Shades of Scarlet Gum #491458

Tints of Scarlet Gum #491458

Color information

#491458 (or 0x491458) is unknown color: approx Scarlet Gum. HEX triplet: 49, 14 and 58. RGB value is (73,20,88). Sum of RGB (Red+Green+Blue) = 73+20+88=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #491458 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #491458 is #B6EBA7. Grayscale: #2B2B2B. Windows color (decimal): -11987880 or 5772361. OLE color: 5772361.

HSL color Cylindrical-coordinate representation of color #491458: hue angle of 286.76º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #491458 is Cyan = 0.17, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB732088-
CMYK0.170.7700.65
HSL286.76º62.96%21.18%-
HSV(B)286.76º77.27%34.51%-
XYZ4.762.629.49-
YUV43.6153.06148.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 88 (34.77% from 255) = 48.62%
R=40.33%
G=11.05%
B=48.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7320880.170.7700.65286.7662.9621.18
Hex491458114D04111f3f15
Octal111241302111501014377725
Binary10010011010010110001000110011010100000110001111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491458; }

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

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

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

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

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

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

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

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