Html Css Color HEX #4D3162 Scarlet Gum

📋 copy color: '#4D3162'

red 77 ◦ green 49 ◦ blue 98

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

Shades of Scarlet Gum #4D3162

Tints of Scarlet Gum #4D3162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 43.75%

R = 34.38%
G = 21.88%
B = 43.75%

CMYK

 C value IS 0.21

 M value IS 0.5

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D3162 (or 0x4D3162) is known color: Scarlet Gum. HEX triplet: 4D, 31 and 62. RGB value is (77,49,98). Sum of RGB (Red+Green+Blue) = 77+49+98=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 49 (19.53% from 255 or 21.88% from 224); Blue value is 98 (38.67% from 255 or 43.75% from 224); Max value from RGB is 98 - color contains mainly: blue. Hex color #4D3162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3162 is #B2CE9D. Grayscale: #3E3E3E. Windows color (decimal): -11718302 or 6435149. OLE color: 6435149.

HSL color Cylindrical-coordinate representation of color #4D3162: hue angle of 274.29º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4D3162 is Cyan = 0.21, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 77 49 98 -
CMYK 0.21 0.5 0 0.62
HSL 274.29º 0.33% 0.29% -
HSV(B) 274.29º 0.5% 0.38% -
XYZ 6.36 4.66 12.12 -
YUV 62.96 147.78 138.02 -
System Red Green Blue C M Y K H S L
Decimal 77 49 98 0.21 0.5 0 0.62 274.29 0.33 0.29
Hex 4D 31 62 15 32 0 3E 112 21 1D
Octal 115 61 142 25 62 0 76 422 41 35
Binary 1001101 110001 1100010 10101 110010 0 111110 100010010 100001 11101

Color Harmonies of #4D3162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3162

Black with #4D3162

Text Example


Text Example

White with #4D3162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,49,98); }

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

background-color css

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

 a { background-color: rgb(77,49,98); }

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

border-color css

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

 span { border-color: rgb(77,49,98); }

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