#4B2357

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

Shades of Scarlet Gum #4B2357

Tints of Scarlet Gum #4B2357

Color information

#4B2357 (or 0x4B2357) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 23 and 57. RGB value is (75,35,87). Sum of RGB (Red+Green+Blue) = 75+35+87=197 (26% of max value = 765). Red value is 75 (29.69% from 255 or 38.07% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #4B2357 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2357 is #B4DCA8. Grayscale: #343434. Windows color (decimal): -11852969 or 5710667. OLE color: 5710667.

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

Color convert

RGB753587-
CMYK0.140.6000.66
HSL286.15º42.62%23.92%-
HSV(B)286.15º59.77%34.12%-
XYZ5.223.399.4-
YUV52.89147.25143.77-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.07%
GREEN value IS 35 (14.06% from 255) = 17.77%
BLUE value IS 87 (34.38% from 255) = 44.16%
R=38.07%
G=17.77%
B=44.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7535870.140.6000.66286.1542.6223.92
Hex4B2357E3C04211e2b18
Octal11343127167401024365330
Binary1001011100011101011111101111000100001010001111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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