Html Css Color HEX #4B3556 Scarlet Gum

📋 copy color: '#4B3556'

red 75 ◦ green 53 ◦ blue 86

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

Shades of Scarlet Gum #4B3556

Tints of Scarlet Gum #4B3556

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.77%

 BLUE value IS 86 (33.98% from 255) = 40.19%

R = 35.05%
G = 24.77%
B = 40.19%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#4B3556 (or 0x4B3556) is known color: Scarlet Gum. HEX triplet: 4B, 35 and 56. RGB value is (75,53,86). Sum of RGB (Red+Green+Blue) = 75+53+86=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 53 (21.09% from 255 or 24.77% from 214); Blue value is 86 (33.98% from 255 or 40.19% from 214); Max value from RGB is 86 - color contains mainly: blue. Hex color #4B3556 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3556 is #B4CAA9. Grayscale: #3F3F3F. Windows color (decimal): -11848362 or 5649739. OLE color: 5649739.

HSL color Cylindrical-coordinate representation of color #4B3556: hue angle of 280º degrees, saturation: 0.24, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4B3556 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 75 53 86 -
CMYK 0.13 0.38 0 0.66
HSL 280º 0.24% 0.27% -
HSV(B) 280º 0.38% 0.34% -
XYZ 5.85 4.71 9.41 -
YUV 63.34 140.79 136.32 -
System Red Green Blue C M Y K H S L
Decimal 75 53 86 0.13 0.38 0 0.66 280 0.24 0.27
Hex 4B 35 56 D 26 0 42 118 18 1B
Octal 113 65 126 15 46 0 102 430 30 33
Binary 1001011 110101 1010110 1101 100110 0 1000010 100011000 11000 11011

Color Harmonies of #4B3556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3556

Black with #4B3556

Text Example


Text Example

White with #4B3556

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,53,86); }

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

background-color css

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

 a { background-color: rgb(75,53,86); }

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

border-color css

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

 span { border-color: rgb(75,53,86); }

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