#4B1966

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

Shades of Scarlet Gum #4B1966

Tints of Scarlet Gum #4B1966

Color information

#4B1966 (or 0x4B1966) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 19 and 66. RGB value is (75,25,102). Sum of RGB (Red+Green+Blue) = 75+25+102=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B1966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1966 is #B4E699. Grayscale: #303030. Windows color (decimal): -11855514 or 6691147. OLE color: 6691147.

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

Color convert

RGB7525102-
CMYK0.260.7500.6
HSL278.96º60.63%24.9%-
HSV(B)278.96º75.49%40%-
XYZ5.653.1512.88-
YUV48.73158.06146.74-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.13%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 102 (40.23% from 255) = 50.50%
R=37.13%
G=12.38%
B=50.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal75251020.260.7500.6278.9660.6324.9
Hex4B19661A4B03C1173d19
Octal11331146321130744277531
Binary1001011110011100110110101001011011110010001011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,25,102); }

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

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

 a { background-color: rgb(75,25,102); }

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

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

 span { border-color: rgb(75,25,102); }

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