#4D2465

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

Shades of Scarlet Gum #4D2465

Tints of Scarlet Gum #4D2465

Color information

#4D2465 (or 0x4D2465) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 24 and 65. RGB value is (77,36,101). Sum of RGB (Red+Green+Blue) = 77+36+101=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 36 (14.45% from 255 or 16.82% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #4D2465 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2465 is #B2DB9A. Grayscale: #373737. Windows color (decimal): -11721627 or 6628429. OLE color: 6628429.

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

Color convert

RGB7736101-
CMYK0.240.6400.60
HSL277.85º47.45%26.86%-
HSV(B)277.85º64.36%39.61%-
XYZ6.043.7812.72-
YUV55.67153.58143.21-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35.98%
GREEN value IS 36 (14.45% from 255) = 16.82%
BLUE value IS 101 (39.84% from 255) = 47.20%
R=35.98%
G=16.82%
B=47.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal77361010.240.6400.60277.8547.4526.86
Hex4D2465184003C1162f1b
Octal11544145301000744265733
Binary10011011001001100101110001000000011110010001011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D2465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,36,101); }

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

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

 a { background-color: rgb(77,36,101); }

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

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

 span { border-color: rgb(77,36,101); }

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