#4B2957

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

Shades of Scarlet Gum #4B2957

Tints of Scarlet Gum #4B2957

Color information

#4B2957 (or 0x4B2957) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 29 and 57. RGB value is (75,41,87). Sum of RGB (Red+Green+Blue) = 75+41+87=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #4B2957 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2957 is #B4D6A8. Grayscale: #383838. Windows color (decimal): -11851433 or 5712203. OLE color: 5712203.

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

Color convert

RGB754187-
CMYK0.140.5300.66
HSL284.35º35.94%25.1%-
HSV(B)284.35º52.87%34.12%-
XYZ5.413.779.46-
YUV56.41145.26141.26-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.95%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 87 (34.38% from 255) = 42.86%
R=36.95%
G=20.20%
B=42.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7541870.140.5300.66284.3535.9425.1
Hex4B2957E3504211c2419
Octal11351127166501024344431
Binary1001011101001101011111101101010100001010001110010010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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