#4B235A

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

Shades of Scarlet Gum #4B235A

Tints of Scarlet Gum #4B235A

Color information

#4B235A (or 0x4B235A) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 23 and 5A. RGB value is (75,35,90). Sum of RGB (Red+Green+Blue) = 75+35+90=200 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B235A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B235A is #B4DCA5. Grayscale: #353535. Windows color (decimal): -11852966 or 5907275. OLE color: 5907275.

HSL color Cylindrical-coordinate representation of color #4B235A: hue angle of 283.64º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B235A is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB753590-
CMYK0.170.6100.65
HSL283.64º44%24.51%-
HSV(B)283.64º61.11%35.29%-
XYZ5.353.4410.05-
YUV53.23148.75143.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.5%
GREEN value IS 35 (14.06% from 255) = 17.5%
BLUE value IS 90 (35.55% from 255) = 45%
R=37.5%
G=17.5%
B=45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7535900.170.6100.65283.644424.51
Hex4B235A113D04111c2c19
Octal11343132217501014345431
Binary10010111000111011010100011111010100000110001110010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B235A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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