Html Css Color HEX #4D3A58 Scarlet Gum

📋 copy color: '#4D3A58'

red 77 ◦ green 58 ◦ blue 88

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

Shades of Scarlet Gum #4D3A58

Tints of Scarlet Gum #4D3A58

RGB

 RED value IS 77 (30.47% from 255) = 34.53%

 GREEN value IS 58 (23.05% from 255) = 26.01%

 BLUE value IS 88 (34.77% from 255) = 39.46%

R = 34.53%
G = 26.01%
B = 39.46%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#4D3A58 (or 0x4D3A58) is known color: Scarlet Gum. HEX triplet: 4D, 3A and 58. RGB value is (77,58,88). Sum of RGB (Red+Green+Blue) = 77+58+88=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 58 (23.05% from 255 or 26.01% from 223); Blue value is 88 (34.77% from 255 or 39.46% from 223); Max value from RGB is 88 - color contains mainly: blue. Hex color #4D3A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3A58 is #B2C5A7. Grayscale: #434343. Windows color (decimal): -11716008 or 5782093. OLE color: 5782093.

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

Color convert

RGB 77 58 88 -
CMYK 0.12 0.34 0 0.65
HSL 278º 0.21% 0.29% -
HSV(B) 278º 0.34% 0.35% -
XYZ 6.34 5.31 9.92 -
YUV 67.1 139.79 135.06 -
System Red Green Blue C M Y K H S L
Decimal 77 58 88 0.12 0.34 0 0.65 278 0.21 0.29
Hex 4D 3A 58 C 22 0 41 116 15 1D
Octal 115 72 130 14 42 0 101 426 25 35
Binary 1001101 111010 1011000 1100 100010 0 1000001 100010110 10101 11101

Color Harmonies of #4D3A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3A58

Black with #4D3A58

Text Example


Text Example

White with #4D3A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,58,88); }

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

background-color css

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

 a { background-color: rgb(77,58,88); }

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

border-color css

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

 span { border-color: rgb(77,58,88); }

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