#4B2457

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

Shades of Scarlet Gum #4B2457

Tints of Scarlet Gum #4B2457

Color information

#4B2457 (or 0x4B2457) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 24 and 57. RGB value is (75,36,87). Sum of RGB (Red+Green+Blue) = 75+36+87=198 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.88% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 87 (34.38% from 255 or 43.94% from 198); Max value from RGB is 87 - color contains mainly: blue. Hex color #4B2457 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2457 is #B4DBA8. Grayscale: #353535. Windows color (decimal): -11852713 or 5710923. OLE color: 5710923.

HSL color Cylindrical-coordinate representation of color #4B2457: hue angle of 285.88º degrees, saturation: 0.41, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4B2457 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB753687-
CMYK0.140.5900.66
HSL285.88º41.46%24.12%-
HSV(B)285.88º58.62%34.12%-
XYZ5.253.459.41-
YUV53.48146.92143.35-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.88%
GREEN value IS 36 (14.45% from 255) = 18.18%
BLUE value IS 87 (34.38% from 255) = 43.94%
R=37.88%
G=18.18%
B=43.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7536870.140.5900.66285.8841.4624.12
Hex4B2457E3B04211e2918
Octal11344127167301024365130
Binary1001011100100101011111101110110100001010001111010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,36,87); }

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

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

 a { background-color: rgb(75,36,87); }

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

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

 span { border-color: rgb(75,36,87); }

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