#4A1C65

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

Shades of Scarlet Gum #4A1C65

Tints of Scarlet Gum #4A1C65

Color information

#4A1C65 (or 0x4A1C65) is unknown color: approx Scarlet Gum. HEX triplet: 4A, 1C and 65. RGB value is (74,28,101). Sum of RGB (Red+Green+Blue) = 74+28+101=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #4A1C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A1C65 is #B5E39A. Grayscale: #313131. Windows color (decimal): -11920283 or 6626378. OLE color: 6626378.

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

Color convert

RGB7428101-
CMYK0.270.7200.60
HSL277.81º56.59%25.29%-
HSV(B)277.81º72.28%39.61%-
XYZ5.593.2312.64-
YUV50.08156.74145.06-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 36.45%
GREEN value IS 28 (11.33% from 255) = 13.79%
BLUE value IS 101 (39.84% from 255) = 49.75%
R=36.45%
G=13.79%
B=49.75%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal74281010.270.7200.60277.8156.5925.29
Hex4A1C651B4803C1163919
Octal11234145331100744267131
Binary1001010111001100101110111001000011110010001011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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