#4D1968

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

Shades of Scarlet Gum #4D1968

Tints of Scarlet Gum #4D1968

Color information

#4D1968 (or 0x4D1968) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 19 and 68. RGB value is (77,25,104). Sum of RGB (Red+Green+Blue) = 77+25+104=206 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.38% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 104 (41.02% from 255 or 50.49% from 206); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D1968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1968 is #B2E697. Grayscale: #313131. Windows color (decimal): -11724440 or 6822221. OLE color: 6822221.

HSL color Cylindrical-coordinate representation of color #4D1968: hue angle of 279.49º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4D1968 is Cyan = 0.26, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7725104-
CMYK0.260.7600.59
HSL279.49º61.24%25.29%-
HSV(B)279.49º75.96%40.78%-
XYZ5.913.2713.42-
YUV49.55158.73147.58-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 37.38%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 104 (41.02% from 255) = 50.49%
R=37.38%
G=12.14%
B=50.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal77251040.260.7600.59279.4961.2425.29
Hex4D19681A4C03B1173d19
Octal11531150321140734277531
Binary1001101110011101000110101001100011101110001011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D1968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,25,104); }

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

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

 a { background-color: rgb(77,25,104); }

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

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

 span { border-color: rgb(77,25,104); }

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