#4B2559

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

Shades of Scarlet Gum #4B2559

Tints of Scarlet Gum #4B2559

Color information

#4B2559 (or 0x4B2559) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 25 and 59. RGB value is (75,37,89). Sum of RGB (Red+Green+Blue) = 75+37+89=201 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.31% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B2559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2559 is #B4DAA6. Grayscale: #363636. Windows color (decimal): -11852455 or 5842251. OLE color: 5842251.

HSL color Cylindrical-coordinate representation of color #4B2559: hue angle of 283.85º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4B2559 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB753789-
CMYK0.160.5800.65
HSL283.85º41.27%24.71%-
HSV(B)283.85º58.43%34.9%-
XYZ5.373.549.85-
YUV54.29147.59142.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.31%
GREEN value IS 37 (14.84% from 255) = 18.41%
BLUE value IS 89 (35.16% from 255) = 44.28%
R=37.31%
G=18.41%
B=44.28%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7537890.160.5800.65283.8541.2724.71
Hex4B2559103A04111c2919
Octal11345131207201014345131
Binary10010111001011011001100001110100100000110001110010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,37,89); }

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

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

 a { background-color: rgb(75,37,89); }

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

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

 span { border-color: rgb(75,37,89); }

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