#4A2E60

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

Shades of Scarlet Gum #4A2E60

Tints of Scarlet Gum #4A2E60

Color information

#4A2E60 (or 0x4A2E60) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 2E and 60. RGB value is (74,46,96). Sum of RGB (Red+Green+Blue) = 74+46+96=216 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.26% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #4A2E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2E60 is #B5D19F. Grayscale: #3B3B3B. Windows color (decimal): -11915680 or 6303306. OLE color: 6303306.

HSL color Cylindrical-coordinate representation of color #4A2E60: hue angle of 273.6º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A2E60 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB744696-
CMYK0.230.5200.62
HSL273.6º35.21%27.84%-
HSV(B)273.6º52.08%37.65%-
XYZ5.914.2511.58-
YUV60.07148.28137.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.26%
GREEN value IS 46 (18.36% from 255) = 21.30%
BLUE value IS 96 (37.89% from 255) = 44.44%
R=34.26%
G=21.30%
B=44.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7446960.230.5200.62273.635.2127.84
Hex4A2E60173403E112231c
Octal1125614027640764224334
Binary1001010101110110000010111110100011111010001001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,46,96); }

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

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

 a { background-color: rgb(74,46,96); }

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

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

 span { border-color: rgb(74,46,96); }

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