#4B2057

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

Shades of Scarlet Gum #4B2057

Tints of Scarlet Gum #4B2057

Color information

#4B2057 (or 0x4B2057) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 20 and 57. RGB value is (75,32,87). Sum of RGB (Red+Green+Blue) = 75+32+87=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 32 (12.89% from 255 or 16.49% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #4B2057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2057 is #B4DFA8. Grayscale: #323232. Windows color (decimal): -11853737 or 5709899. OLE color: 5709899.

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

Color convert

RGB753287-
CMYK0.140.6300.66
HSL286.91º46.22%23.33%-
HSV(B)286.91º63.22%34.12%-
XYZ5.143.229.37-
YUV51.13148.25145.03-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.66%
GREEN value IS 32 (12.89% from 255) = 16.49%
BLUE value IS 87 (34.38% from 255) = 44.85%
R=38.66%
G=16.49%
B=44.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7532870.140.6300.66286.9146.2223.33
Hex4B2057E3F04211f2e17
Octal11340127167701024375627
Binary1001011100000101011111101111110100001010001111110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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