#4B2164

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

Shades of Scarlet Gum #4B2164

Tints of Scarlet Gum #4B2164

Color information

#4B2164 (or 0x4B2164) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 21 and 64. RGB value is (75,33,100). Sum of RGB (Red+Green+Blue) = 75+33+100=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 100 (39.45% from 255 or 48.08% from 208); Max value from RGB is 100 - color contains mainly: blue. Hex color #4B2164 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2164 is #B4DE9B. Grayscale: #343434. Windows color (decimal): -11853468 or 6562123. OLE color: 6562123.

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

Color convert

RGB7533100-
CMYK0.250.6700.61
HSL277.61º50.38%26.08%-
HSV(B)277.61º67%39.22%-
XYZ5.753.512.43-
YUV53.2154.41143.55-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.06%
GREEN value IS 33 (13.28% from 255) = 15.87%
BLUE value IS 100 (39.45% from 255) = 48.08%
R=36.06%
G=15.87%
B=48.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal75331000.250.6700.61277.6150.3826.08
Hex4B2164194303D116321a
Octal11341144311030754266232
Binary10010111000011100100110011000011011110110001011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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