#4A2854

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

Shades of Scarlet Gum #4A2854

Tints of Scarlet Gum #4A2854

Color information

#4A2854 (or 0x4A2854) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 28 and 54. RGB value is (74,40,84). Sum of RGB (Red+Green+Blue) = 74+40+84=198 (26% of max value = 765). Red value is 74 (29.30% from 255 or 37.37% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #4A2854 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2854 is #B5D7AB. Grayscale: #373737. Windows color (decimal): -11917228 or 5515338. OLE color: 5515338.

HSL color Cylindrical-coordinate representation of color #4A2854: hue angle of 286.36º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A2854 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB744084-
CMYK0.120.5200.67
HSL286.36º35.48%24.31%-
HSV(B)286.36º52.38%32.94%-
XYZ5.183.618.81-
YUV55.18144.26141.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 37.37%
GREEN value IS 40 (16.02% from 255) = 20.20%
BLUE value IS 84 (33.20% from 255) = 42.42%
R=37.37%
G=20.20%
B=42.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7440840.120.5200.67286.3635.4824.31
Hex4A2854C3404311e2318
Octal11250124146401034364330
Binary1001010101000101010011001101000100001110001111010001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,40,84); }

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

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

 a { background-color: rgb(74,40,84); }

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

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

 span { border-color: rgb(74,40,84); }

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