#4B205F

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

Shades of Scarlet Gum #4B205F

Tints of Scarlet Gum #4B205F

Color information

#4B205F (or 0x4B205F) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 20 and 5F. RGB value is (75,32,95). Sum of RGB (Red+Green+Blue) = 75+32+95=202 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.13% from 202); Green value is 32 (12.89% from 255 or 15.84% from 202); Blue value is 95 (37.5% from 255 or 47.03% from 202); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B205F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B205F is #B4DFA0. Grayscale: #333333. Windows color (decimal): -11853729 or 6234187. OLE color: 6234187.

HSL color Cylindrical-coordinate representation of color #4B205F: hue angle of 280.95º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4B205F is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB753295-
CMYK0.210.6600.63
HSL280.95º49.61%24.9%-
HSV(B)280.95º66.32%37.25%-
XYZ5.483.3611.19-
YUV52.04152.25144.38-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 37.13%
GREEN value IS 32 (12.89% from 255) = 15.84%
BLUE value IS 95 (37.5% from 255) = 47.03%
R=37.13%
G=15.84%
B=47.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7532950.210.6600.63280.9549.6124.9
Hex4B205F154203F1193219
Octal11340137251020774316231
Binary10010111000001011111101011000010011111110001100111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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