#4A195E

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

Shades of Scarlet Gum #4A195E

Tints of Scarlet Gum #4A195E

Color information

#4A195E (or 0x4A195E) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 19 and 5E. RGB value is (74,25,94). Sum of RGB (Red+Green+Blue) = 74+25+94=193 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.34% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #4A195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A195E is #B5E6A1. Grayscale: #2F2F2F. Windows color (decimal): -11921058 or 6166858. OLE color: 6166858.

HSL color Cylindrical-coordinate representation of color #4A195E: hue angle of 282.61º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4A195E is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB742594-
CMYK0.210.7300.63
HSL282.61º57.98%23.33%-
HSV(B)282.61º73.4%36.86%-
XYZ5.192.9610.89-
YUV47.52154.23146.89-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.34%
GREEN value IS 25 (10.16% from 255) = 12.95%
BLUE value IS 94 (37.11% from 255) = 48.70%
R=38.34%
G=12.95%
B=48.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7425940.210.7300.63282.6157.9823.33
Hex4A195E154903F11b3a17
Octal11231136251110774337227
Binary1001010110011011110101011001001011111110001101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,25,94); }

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

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

 a { background-color: rgb(74,25,94); }

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

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

 span { border-color: rgb(74,25,94); }

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