#4A3057

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

Shades of Scarlet Gum #4A3057

Tints of Scarlet Gum #4A3057

Color information

#4A3057 (or 0x4A3057) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 30 and 57. RGB value is (74,48,87). Sum of RGB (Red+Green+Blue) = 74+48+87=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 48 (19.14% from 255 or 22.97% from 209); Blue value is 87 (34.38% from 255 or 41.63% from 209); Max value from RGB is 87 - color contains mainly: blue. Hex color #4A3057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3057 is #B5CFA8. Grayscale: #3C3C3C. Windows color (decimal): -11915177 or 5713994. OLE color: 5713994.

HSL color Cylindrical-coordinate representation of color #4A3057: hue angle of 280º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4A3057 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB744887-
CMYK0.150.4500.66
HSL280º28.89%26.47%-
HSV(B)280º44.83%34.12%-
XYZ5.64.269.54-
YUV60.22143.11137.83-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.41%
GREEN value IS 48 (19.14% from 255) = 22.97%
BLUE value IS 87 (34.38% from 255) = 41.63%
R=35.41%
G=22.97%
B=41.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7448870.150.4500.6628028.8926.47
Hex4A3057F2D0421181d1a
Octal11260127175501024303532
Binary100101011000010101111111101101010000101000110001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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