#4B255C

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

Shades of Scarlet Gum #4B255C

Tints of Scarlet Gum #4B255C

Color information

#4B255C (or 0x4B255C) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 25 and 5C. RGB value is (75,37,92). Sum of RGB (Red+Green+Blue) = 75+37+92=204 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.76% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 92 (36.33% from 255 or 45.10% from 204); Max value from RGB is 92 - color contains mainly: blue. Hex color #4B255C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B255C is #B4DAA3. Grayscale: #363636. Windows color (decimal): -11852452 or 6038859. OLE color: 6038859.

HSL color Cylindrical-coordinate representation of color #4B255C: hue angle of 281.45º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4B255C is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB753792-
CMYK0.180.6000.64
HSL281.45º42.64%25.29%-
HSV(B)281.45º59.78%36.08%-
XYZ5.493.5910.53-
YUV54.63149.09142.53-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.76%
GREEN value IS 37 (14.84% from 255) = 18.14%
BLUE value IS 92 (36.33% from 255) = 45.10%
R=36.76%
G=18.14%
B=45.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7537920.180.6000.64281.4542.6425.29
Hex4B255C123C0401192b19
Octal11345134227401004315331
Binary10010111001011011100100101111000100000010001100110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,37,92); }

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

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

 a { background-color: rgb(75,37,92); }

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

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

 span { border-color: rgb(75,37,92); }

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