Html Css Color HEX #4B3159 Scarlet Gum

📋 copy color: '#4B3159'

red 75 ◦ green 49 ◦ blue 89

#4B3159
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #4B3159

Tints of Scarlet Gum #4B3159

RGB

 RED value IS 75 (29.69% from 255) = 35.21%

 GREEN value IS 49 (19.53% from 255) = 23%

 BLUE value IS 89 (35.16% from 255) = 41.78%

R = 35.21%
G = 23%
B = 41.78%

CMYK

 C value IS 0.16

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4B3159 (or 0x4B3159) is known color: Scarlet Gum. HEX triplet: 4B, 31 and 59. RGB value is (75,49,89). Sum of RGB (Red+Green+Blue) = 75+49+89=213 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.21% from 213); Green value is 49 (19.53% from 255 or 23.00% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B3159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3159 is #B4CEA6. Grayscale: #3D3D3D. Windows color (decimal): -11849383 or 5845323. OLE color: 5845323.

HSL color Cylindrical-coordinate representation of color #4B3159: hue angle of 279º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B3159 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 75 49 89 -
CMYK 0.16 0.45 0 0.65
HSL 279º 0.29% 0.27% -
HSV(B) 279º 0.45% 0.35% -
XYZ 5.8 4.41 10 -
YUV 61.33 143.61 137.75 -
System Red Green Blue C M Y K H S L
Decimal 75 49 89 0.16 0.45 0 0.65 279 0.29 0.27
Hex 4B 31 59 10 2D 0 41 117 1D 1B
Octal 113 61 131 20 55 0 101 427 35 33
Binary 1001011 110001 1011001 10000 101101 0 1000001 100010111 11101 11011

Color Harmonies of #4B3159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3159

Black with #4B3159

Text Example


Text Example

White with #4B3159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,49,89); }

 H1.HeaderClassName
 {
   color: #4B3159;
 }
 .AnyTagClassName
 {
   color: #4B3159;
 }
</style>

background-color css

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

 a { background-color: rgb(75,49,89); }

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

border-color css

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

 span { border-color: rgb(75,49,89); }

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