Html Css Color HEX #4B315B Scarlet Gum

📋 copy color: '#4B315B'

red 75 ◦ green 49 ◦ blue 91

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

Shades of Scarlet Gum #4B315B

Tints of Scarlet Gum #4B315B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.33%

R = 34.88%
G = 22.79%
B = 42.33%

CMYK

 C value IS 0.18

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4B315B (or 0x4B315B) is known color: Scarlet Gum. HEX triplet: 4B, 31 and 5B. RGB value is (75,49,91). Sum of RGB (Red+Green+Blue) = 75+49+91=215 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.88% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B315B is #B4CEA4. Grayscale: #3D3D3D. Windows color (decimal): -11849381 or 5976395. OLE color: 5976395.

HSL color Cylindrical-coordinate representation of color #4B315B: hue angle of 277.14º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B315B is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 75 49 91 -
CMYK 0.18 0.46 0 0.64
HSL 277.14º 0.3% 0.27% -
HSV(B) 277.14º 0.46% 0.36% -
XYZ 5.89 4.45 10.45 -
YUV 61.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 75 49 91 0.18 0.46 0 0.64 277.14 0.3 0.27
Hex 4B 31 5B 12 2E 0 40 115 1E 1B
Octal 113 61 133 22 56 0 100 425 36 33
Binary 1001011 110001 1011011 10010 101110 0 1000000 100010101 11110 11011

Color Harmonies of #4B315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B315B

Black with #4B315B

Text Example


Text Example

White with #4B315B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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