#4A2565

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

Shades of Scarlet Gum #4A2565

Tints of Scarlet Gum #4A2565

Color information

#4A2565 (or 0x4A2565) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 25 and 65. RGB value is (74,37,101). Sum of RGB (Red+Green+Blue) = 74+37+101=212 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.91% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #4A2565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2565 is #B5DA9A. Grayscale: #373737. Windows color (decimal): -11917979 or 6628682. OLE color: 6628682.

HSL color Cylindrical-coordinate representation of color #4A2565: hue angle of 274.69º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4A2565 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB7437101-
CMYK0.270.6300.60
HSL274.69º46.38%27.06%-
HSV(B)274.69º63.37%39.61%-
XYZ5.833.7212.72-
YUV55.36153.76141.3-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 34.91%
GREEN value IS 37 (14.84% from 255) = 17.45%
BLUE value IS 101 (39.84% from 255) = 47.64%
R=34.91%
G=17.45%
B=47.64%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74371010.270.6300.60274.6946.3827.06
Hex4A25651B3F03C1132e1b
Octal1124514533770744235633
Binary1001010100101110010111011111111011110010001001110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,37,101); }

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

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

 a { background-color: rgb(74,37,101); }

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

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

 span { border-color: rgb(74,37,101); }

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