#4B1866

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

Shades of Scarlet Gum #4B1866

Tints of Scarlet Gum #4B1866

Color information

#4B1866 (or 0x4B1866) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 18 and 66. RGB value is (75,24,102). Sum of RGB (Red+Green+Blue) = 75+24+102=201 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.31% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 102 (40.23% from 255 or 50.75% from 201); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B1866 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1866 is #B4E799. Grayscale: #2F2F2F. Windows color (decimal): -11855770 or 6690891. OLE color: 6690891.

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

Color convert

RGB7524102-
CMYK0.260.7600.6
HSL279.23º61.9%24.71%-
HSV(B)279.23º76.47%40%-
XYZ5.633.1112.87-
YUV48.14158.4147.16-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.31%
GREEN value IS 24 (9.77% from 255) = 11.94%
BLUE value IS 102 (40.23% from 255) = 50.75%
R=37.31%
G=11.94%
B=50.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal75241020.260.7600.6279.2361.924.71
Hex4B18661A4C03C1173e19
Octal11330146321140744277631
Binary1001011110001100110110101001100011110010001011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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