#4C1367

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

Shades of Scarlet Gum #4C1367

Tints of Scarlet Gum #4C1367

Color information

#4C1367 (or 0x4C1367) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 13 and 67. RGB value is (76,19,103). Sum of RGB (Red+Green+Blue) = 76+19+103=198 (26% of max value = 765). Red value is 76 (30.08% from 255 or 38.38% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 103 (40.62% from 255 or 52.02% from 198); Max value from RGB is 103 - color contains mainly: blue. Hex color #4C1367 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4C1367 is #B3EC98. Grayscale: #2D2D2D. Windows color (decimal): -11791513 or 6755148. OLE color: 6755148.

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

Color convert

RGB7619103-
CMYK0.260.8200.60
HSL280.71º68.85%23.92%-
HSV(B)280.71º81.55%40.39%-
XYZ5.662.9813.11-
YUV45.62160.38149.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 38.38%
GREEN value IS 19 (7.81% from 255) = 9.60%
BLUE value IS 103 (40.62% from 255) = 52.02%
R=38.38%
G=9.60%
B=52.02%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal76191030.260.8200.60280.7168.8523.92
Hex4C13671A5203C1194518
Octal114231473212207443110530
Binary10011001001111001111101010100100111100100011001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C1367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,19,103); }

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

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

 a { background-color: rgb(76,19,103); }

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

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

 span { border-color: rgb(76,19,103); }

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