Html Css Color HEX #4D3062 Scarlet Gum

📋 copy color: '#4D3062'

red 77 ◦ green 48 ◦ blue 98

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

Shades of Scarlet Gum #4D3062

Tints of Scarlet Gum #4D3062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.52%

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

R = 34.53%
G = 21.52%
B = 43.95%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4D3062 (or 0x4D3062) is known color: Scarlet Gum. HEX triplet: 4D, 30 and 62. RGB value is (77,48,98). Sum of RGB (Red+Green+Blue) = 77+48+98=223 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.53% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 98 (38.67% from 255 or 43.95% from 223); Max value from RGB is 98 - color contains mainly: blue. Hex color #4D3062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3062 is #B2CF9D. Grayscale: #3E3E3E. Windows color (decimal): -11718558 or 6434893. OLE color: 6434893.

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

Color convert

RGB 77 48 98 -
CMYK 0.21 0.51 0 0.62
HSL 274.8º 0.34% 0.29% -
HSV(B) 274.8º 0.51% 0.38% -
XYZ 6.32 4.57 12.1 -
YUV 62.37 148.11 138.43 -
System Red Green Blue C M Y K H S L
Decimal 77 48 98 0.21 0.51 0 0.62 274.8 0.34 0.29
Hex 4D 30 62 15 33 0 3E 113 22 1D
Octal 115 60 142 25 63 0 76 423 42 35
Binary 1001101 110000 1100010 10101 110011 0 111110 100010011 100010 11101

Color Harmonies of #4D3062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3062

Black with #4D3062

Text Example


Text Example

White with #4D3062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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