#4B2166

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

Shades of Scarlet Gum #4B2166

Tints of Scarlet Gum #4B2166

Color information

#4B2166 (or 0x4B2166) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 21 and 66. RGB value is (75,33,102). Sum of RGB (Red+Green+Blue) = 75+33+102=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 102 - color contains mainly: blue. Hex color #4B2166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2166 is #B4DE99. Grayscale: #353535. Windows color (decimal): -11853466 or 6693195. OLE color: 6693195.

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

Color convert

RGB7533102-
CMYK0.260.6800.6
HSL276.52º51.11%26.47%-
HSV(B)276.52º67.65%40%-
XYZ5.843.5412.95-
YUV53.42155.41143.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.71%
GREEN value IS 33 (13.28% from 255) = 15.71%
BLUE value IS 102 (40.23% from 255) = 48.57%
R=35.71%
G=15.71%
B=48.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal75331020.260.6800.6276.5251.1126.47
Hex4B21661A4403C115331a
Octal11341146321040744256332
Binary10010111000011100110110101000100011110010001010111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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