Html Css Color HEX #4C2562 Scarlet Gum

📋 copy color: '#4C2562'

red 76 ◦ green 37 ◦ blue 98

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

Shades of Scarlet Gum #4C2562

Tints of Scarlet Gum #4C2562

RGB

 RED value IS 76 (30.08% from 255) = 36.02%

 GREEN value IS 37 (14.84% from 255) = 17.54%

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

R = 36.02%
G = 17.54%
B = 46.45%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C2562 (or 0x4C2562) is known color: Scarlet Gum. HEX triplet: 4C, 25 and 62. RGB value is (76,37,98). Sum of RGB (Red+Green+Blue) = 76+37+98=211 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.02% from 211); Green value is 37 (14.84% from 255 or 17.54% from 211); Blue value is 98 (38.67% from 255 or 46.45% from 211); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C2562 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2562 is #B3DA9D. Grayscale: #373737. Windows color (decimal): -11786910 or 6432076. OLE color: 6432076.

HSL color Cylindrical-coordinate representation of color #4C2562: hue angle of 278.36º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4C2562 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 37 98 -
CMYK 0.22 0.62 0 0.62
HSL 278.36º 0.45% 0.26% -
HSV(B) 278.36º 0.62% 0.38% -
XYZ 5.85 3.74 11.97 -
YUV 55.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 76 37 98 0.22 0.62 0 0.62 278.36 0.45 0.26
Hex 4C 25 62 16 3E 0 3E 116 2D 1A
Octal 114 45 142 26 76 0 76 426 55 32
Binary 1001100 100101 1100010 10110 111110 0 111110 100010110 101101 11010

Color Harmonies of #4C2562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2562

Black with #4C2562

Text Example


Text Example

White with #4C2562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,37,98); }

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

background-color css

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

 a { background-color: rgb(76,37,98); }

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

border-color css

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

 span { border-color: rgb(76,37,98); }

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