#4B1A60

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

Shades of Scarlet Gum #4B1A60

Tints of Scarlet Gum #4B1A60

Color information

#4B1A60 (or 0x4B1A60) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 1A and 60. RGB value is (75,26,96). Sum of RGB (Red+Green+Blue) = 75+26+96=197 (26% of max value = 765). Red value is 75 (29.69% from 255 or 38.07% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #4B1A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1A60 is #B4E59F. Grayscale: #303030. Windows color (decimal): -11855264 or 6298187. OLE color: 6298187.

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

Color convert

RGB752696-
CMYK0.220.7300.62
HSL282º57.38%23.92%-
HSV(B)282º72.92%37.65%-
XYZ5.383.0811.38-
YUV48.63154.73146.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.07%
GREEN value IS 26 (10.55% from 255) = 13.20%
BLUE value IS 96 (37.89% from 255) = 48.73%
R=38.07%
G=13.20%
B=48.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7526960.220.7300.6228257.3823.92
Hex4B1A60164903E11a3918
Octal11332140261110764327130
Binary1001011110101100000101101001001011111010001101011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,26,96); }

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

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

 a { background-color: rgb(75,26,96); }

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

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

 span { border-color: rgb(75,26,96); }

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