#4A175F

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

Shades of Scarlet Gum #4A175F

Tints of Scarlet Gum #4A175F

Color information

#4A175F (or 0x4A175F) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 17 and 5F. RGB value is (74,23,95). Sum of RGB (Red+Green+Blue) = 74+23+95=192 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.54% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 95 (37.5% from 255 or 49.48% from 192); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A175F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A175F is #B5E8A0. Grayscale: #2E2E2E. Windows color (decimal): -11921569 or 6231882. OLE color: 6231882.

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

Color convert

RGB742395-
CMYK0.220.7600.63
HSL282.5º61.02%23.14%-
HSV(B)282.5º75.79%37.25%-
XYZ5.22.8911.11-
YUV46.46155.4147.65-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 38.54%
GREEN value IS 23 (9.38% from 255) = 11.98%
BLUE value IS 95 (37.5% from 255) = 49.48%
R=38.54%
G=11.98%
B=49.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7423950.220.7600.63282.561.0223.14
Hex4A175F164C03F11a3d17
Octal11227137261140774327527
Binary1001010101111011111101101001100011111110001101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,23,95); }

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

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

 a { background-color: rgb(74,23,95); }

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

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

 span { border-color: rgb(74,23,95); }

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