#4A1459

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

Shades of Scarlet Gum #4A1459

Tints of Scarlet Gum #4A1459

Color information

#4A1459 (or 0x4A1459) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 14 and 59. RGB value is (74,20,89). Sum of RGB (Red+Green+Blue) = 74+20+89=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #4A1459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1459 is #B5EBA6. Grayscale: #2B2B2B. Windows color (decimal): -11922343 or 5837898. OLE color: 5837898.

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

Color convert

RGB742089-
CMYK0.170.7800.65
HSL286.96º63.3%21.37%-
HSV(B)286.96º77.53%34.9%-
XYZ4.882.689.71-
YUV44.01153.39149.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.44%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=40.44%
G=10.93%
B=48.63%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7420890.170.7800.65286.9663.321.37
Hex4A1459114E04111f3f15
Octal112241312111601014377725
Binary10010101010010110011000110011100100000110001111111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A1459; }

 p { color: rgb(74,20,89); }

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

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

 a { background-color: rgb(74,20,89); }

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

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

 span { border-color: rgb(74,20,89); }

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