#4A1457

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

Shades of Scarlet Gum #4A1457

Tints of Scarlet Gum #4A1457

Color information

#4A1457 (or 0x4A1457) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 14 and 57. RGB value is (74,20,87). Sum of RGB (Red+Green+Blue) = 74+20+87=181 (23% of max value = 765). Red value is 74 (29.30% from 255 or 40.88% from 181); Green value is 20 (8.20% from 255 or 11.05% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #4A1457 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A1457 is #B5EBA8. Grayscale: #2B2B2B. Windows color (decimal): -11922345 or 5706826. OLE color: 5706826.

HSL color Cylindrical-coordinate representation of color #4A1457: hue angle of 288.36º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4A1457 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB742087-
CMYK0.150.7700.66
HSL288.36º62.62%20.98%-
HSV(B)288.36º77.01%34.12%-
XYZ4.792.649.27-
YUV43.78152.39149.55-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 40.88%
GREEN value IS 20 (8.20% from 255) = 11.05%
BLUE value IS 87 (34.38% from 255) = 48.07%
R=40.88%
G=11.05%
B=48.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7420870.150.7700.66288.3662.6220.98
Hex4A1457F4D0421203f15
Octal112241271711501024407725
Binary1001010101001010111111110011010100001010010000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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