#4A3061

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

Shades of Scarlet Gum #4A3061

Tints of Scarlet Gum #4A3061

Color information

#4A3061 (or 0x4A3061) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 30 and 61. RGB value is (74,48,97). Sum of RGB (Red+Green+Blue) = 74+48+97=219 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.79% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 97 (38.28% from 255 or 44.29% from 219); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A3061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3061 is #B5CF9E. Grayscale: #3D3D3D. Windows color (decimal): -11915167 or 6369354. OLE color: 6369354.

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

Color convert

RGB744897-
CMYK0.240.5100.62
HSL271.84º33.79%28.43%-
HSV(B)271.84º50.52%38.04%-
XYZ6.044.4311.85-
YUV61.36148.11137.02-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.79%
GREEN value IS 48 (19.14% from 255) = 21.92%
BLUE value IS 97 (38.28% from 255) = 44.29%
R=33.79%
G=21.92%
B=44.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7448970.240.5100.62271.8433.7928.43
Hex4A3061183303E110221c
Octal1126014130630764204234
Binary1001010110000110000111000110011011111010001000010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,48,97); }

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

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

 a { background-color: rgb(74,48,97); }

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

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

 span { border-color: rgb(74,48,97); }

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