#4B225D

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

Shades of Scarlet Gum #4B225D

Tints of Scarlet Gum #4B225D

Color information

#4B225D (or 0x4B225D) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 22 and 5D. RGB value is (75,34,93). Sum of RGB (Red+Green+Blue) = 75+34+93=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B225D is #B4DDA2. Grayscale: #343434. Windows color (decimal): -11853219 or 6103627. OLE color: 6103627.

HSL color Cylindrical-coordinate representation of color #4B225D: hue angle of 281.69º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4B225D is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB753493-
CMYK0.190.6300.64
HSL281.69º46.46%24.9%-
HSV(B)281.69º63.44%36.47%-
XYZ5.453.4310.73-
YUV52.98150.58143.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.13%
GREEN value IS 34 (13.67% from 255) = 16.83%
BLUE value IS 93 (36.72% from 255) = 46.04%
R=37.13%
G=16.83%
B=46.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7534930.190.6300.64281.6946.4624.9
Hex4B225D133F04011a2e19
Octal11342135237701004325631
Binary10010111000101011101100111111110100000010001101010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,34,93); }

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

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

 a { background-color: rgb(75,34,93); }

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

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

 span { border-color: rgb(75,34,93); }

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