#4A1558

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

Shades of Scarlet Gum #4A1558

Tints of Scarlet Gum #4A1558

Color information

#4A1558 (or 0x4A1558) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 15 and 58. RGB value is (74,21,88). Sum of RGB (Red+Green+Blue) = 74+21+88=183 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.44% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 88 (34.77% from 255 or 48.09% from 183); Max value from RGB is 88 - color contains mainly: blue. Hex color #4A1558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1558 is #B5EAA7. Grayscale: #2C2C2C. Windows color (decimal): -11922088 or 5772618. OLE color: 5772618.

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

Color convert

RGB742188-
CMYK0.160.7600.65
HSL287.46º61.47%21.37%-
HSV(B)287.46º76.14%34.51%-
XYZ4.852.79.5-
YUV44.48152.56149.05-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.44%
GREEN value IS 21 (8.59% from 255) = 11.48%
BLUE value IS 88 (34.77% from 255) = 48.09%
R=40.44%
G=11.48%
B=48.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7421880.160.7600.65287.4661.4721.37
Hex4A1558104C04111f3d15
Octal112251302011401014377525
Binary10010101010110110001000010011000100000110001111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,21,88); }

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

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

 a { background-color: rgb(74,21,88); }

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

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

 span { border-color: rgb(74,21,88); }

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