#4B1463

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

Shades of Scarlet Gum #4B1463

Tints of Scarlet Gum #4B1463

Color information

#4B1463 (or 0x4B1463) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 14 and 63. RGB value is (75,20,99). Sum of RGB (Red+Green+Blue) = 75+20+99=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 99 (39.06% from 255 or 51.03% from 194); Max value from RGB is 99 - color contains mainly: blue. Hex color #4B1463 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1463 is #B4EB9C. Grayscale: #2D2D2D. Windows color (decimal): -11856797 or 6493259. OLE color: 6493259.

HSL color Cylindrical-coordinate representation of color #4B1463: hue angle of 281.77º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B1463 is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB752099-
CMYK0.240.8000.61
HSL281.77º66.39%23.33%-
HSV(B)281.77º79.8%38.82%-
XYZ5.42.912.08-
YUV45.45158.22149.08-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.66%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 99 (39.06% from 255) = 51.03%
R=38.66%
G=10.31%
B=51.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7520990.240.8000.61281.7766.3923.33
Hex4B1463185003D11a4217
Octal113241433012007543210227
Binary10010111010011000111100010100000111101100011010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B1463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,20,99); }

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

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

 a { background-color: rgb(75,20,99); }

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

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

 span { border-color: rgb(75,20,99); }

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