#4b1a5f

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

Shades of Scarlet Gum #4B1A5F

Tints of Scarlet Gum #4B1A5F

Color information

#4B1A5F (or 0x4B1A5F) is unknown color: approx Scarlet Gum. HEX triplet: 4B, 1A and 5F. RGB value is (75,26,95). Sum of RGB (Red+Green+Blue) = 75+26+95=196 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.27% from 196); Green value is 26 (10.55% from 255 or 13.27% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #4B1A5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1A5F is #B4E5A0. Grayscale: #303030. Windows color (decimal): -11855265 or 6232651. OLE color: 6232651.

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

Color convert

RGB752695-
CMYK0.210.7300.63
HSL282.61º57.02%23.73%-
HSV(B)282.61º72.63%37.25%-
XYZ5.343.0611.14-
YUV48.52154.23146.89-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 38.27%
GREEN value IS 26 (10.55% from 255) = 13.27%
BLUE value IS 95 (37.5% from 255) = 48.47%
R=38.27%
G=13.27%
B=48.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7526950.210.7300.63282.6157.0223.73
Hex4B1A5F154903F11b3918
Octal11332137251110774337130
Binary1001011110101011111101011001001011111110001101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4b1a5f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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