#4B2D5A

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

Shades of Scarlet Gum #4B2D5A

Tints of Scarlet Gum #4B2D5A

Color information

#4B2D5A (or 0x4B2D5A) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 2D and 5A. RGB value is (75,45,90). Sum of RGB (Red+Green+Blue) = 75+45+90=210 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.71% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B2D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2D5A is #B4D2A5. Grayscale: #3A3A3A. Windows color (decimal): -11850406 or 5909835. OLE color: 5909835.

HSL color Cylindrical-coordinate representation of color #4B2D5A: hue angle of 280º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B2D5A is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB754590-
CMYK0.170.5000.65
HSL280º33.33%26.47%-
HSV(B)280º50%35.29%-
XYZ5.694.1110.17-
YUV59.1145.44139.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.71%
GREEN value IS 45 (17.97% from 255) = 21.43%
BLUE value IS 90 (35.55% from 255) = 42.86%
R=35.71%
G=21.43%
B=42.86%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7545900.170.5000.6528033.3326.47
Hex4B2D5A1132041118211a
Octal11355132216201014304132
Binary10010111011011011010100011100100100000110001100010000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B2D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,45,90); }

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

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

 a { background-color: rgb(75,45,90); }

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

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

 span { border-color: rgb(75,45,90); }

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