#4B145E

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

Shades of Scarlet Gum #4B145E

Tints of Scarlet Gum #4B145E

Color information

#4B145E (or 0x4B145E) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 14 and 5E. RGB value is (75,20,94). Sum of RGB (Red+Green+Blue) = 75+20+94=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 94 (37.11% from 255 or 49.74% from 189); Max value from RGB is 94 - color contains mainly: blue. Hex color #4B145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B145E is #B4EBA1. Grayscale: #2C2C2C. Windows color (decimal): -11856802 or 6165579. OLE color: 6165579.

HSL color Cylindrical-coordinate representation of color #4B145E: hue angle of 284.59º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B145E is Cyan = 0.20, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB752094-
CMYK0.200.7900.63
HSL284.59º64.91%22.35%-
HSV(B)284.59º78.72%36.86%-
XYZ5.172.810.86-
YUV44.88155.72149.48-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 39.68%
GREEN value IS 20 (8.20% from 255) = 10.58%
BLUE value IS 94 (37.11% from 255) = 49.74%
R=39.68%
G=10.58%
B=49.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7520940.200.7900.63284.5964.9122.35
Hex4B145E144F03F11d4116
Octal113241362411707743510126
Binary10010111010010111101010010011110111111100011101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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