#4A2461

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

Shades of Scarlet Gum #4A2461

Tints of Scarlet Gum #4A2461

Color information

#4A2461 (or 0x4A2461) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 24 and 61. RGB value is (74,36,97). Sum of RGB (Red+Green+Blue) = 74+36+97=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #4A2461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A2461 is #B5DB9E. Grayscale: #363636. Windows color (decimal): -11918239 or 6366282. OLE color: 6366282.

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

Color convert

RGB743697-
CMYK0.240.6300.62
HSL277.38º45.86%26.08%-
HSV(B)277.38º62.89%38.04%-
XYZ5.613.5811.7-
YUV54.32152.09142.04-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 35.75%
GREEN value IS 36 (14.45% from 255) = 17.39%
BLUE value IS 97 (38.28% from 255) = 46.86%
R=35.75%
G=17.39%
B=46.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7436970.240.6300.62277.3845.8626.08
Hex4A2461183F03E1152e1a
Octal1124414130770764255632
Binary1001010100100110000111000111111011111010001010110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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