#4B275A

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

Shades of Scarlet Gum #4B275A

Tints of Scarlet Gum #4B275A

Color information

#4B275A (or 0x4B275A) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 27 and 5A. RGB value is (75,39,90). Sum of RGB (Red+Green+Blue) = 75+39+90=204 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.76% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #4B275A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B275A is #B4D8A5. Grayscale: #373737. Windows color (decimal): -11851942 or 5908299. OLE color: 5908299.

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

Color convert

RGB753990-
CMYK0.170.5700.65
HSL282.35º39.53%25.29%-
HSV(B)282.35º56.67%35.29%-
XYZ5.473.6910.1-
YUV55.58147.43141.85-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 36.76%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 90 (35.55% from 255) = 44.12%
R=36.76%
G=19.12%
B=44.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7539900.170.5700.65282.3539.5325.29
Hex4B275A113904111a2819
Octal11347132217101014325031
Binary10010111001111011010100011110010100000110001101010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B275A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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