#4B285E

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

Shades of Scarlet Gum #4B285E

Tints of Scarlet Gum #4B285E

Color information

#4B285E (or 0x4B285E) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 28 and 5E. RGB value is (75,40,94). Sum of RGB (Red+Green+Blue) = 75+40+94=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 94 - color contains mainly: blue. Hex color #4B285E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B285E is #B4D7A1. Grayscale: #383838. Windows color (decimal): -11851682 or 6170699. OLE color: 6170699.

HSL color Cylindrical-coordinate representation of color #4B285E: hue angle of 278.89º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4B285E is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB754094-
CMYK0.200.5700.63
HSL278.89º40.3%26.27%-
HSV(B)278.89º57.45%36.86%-
XYZ5.683.8211.03-
YUV56.62149.1141.11-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 35.89%
GREEN value IS 40 (16.02% from 255) = 19.14%
BLUE value IS 94 (37.11% from 255) = 44.98%
R=35.89%
G=19.14%
B=44.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7540940.200.5700.63278.8940.326.27
Hex4B285E143903F117281a
Octal1135013624710774275032
Binary1001011101000101111010100111001011111110001011110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B285E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,40,94); }

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

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

 a { background-color: rgb(75,40,94); }

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

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

 span { border-color: rgb(75,40,94); }

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