Html Css Color HEX #4C2062 Scarlet Gum

📋 copy color: '#4C2062'

red 76 ◦ green 32 ◦ blue 98

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

Shades of Scarlet Gum #4C2062

Tints of Scarlet Gum #4C2062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.53%

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

R = 36.89%
G = 15.53%
B = 47.57%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C2062 (or 0x4C2062) is known color: Scarlet Gum. HEX triplet: 4C, 20 and 62. RGB value is (76,32,98). Sum of RGB (Red+Green+Blue) = 76+32+98=206 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.89% from 206); Green value is 32 (12.89% from 255 or 15.53% from 206); Blue value is 98 (38.67% from 255 or 47.57% from 206); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C2062 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2062 is #B3DF9D. Grayscale: #343434. Windows color (decimal): -11788190 or 6430796. OLE color: 6430796.

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

Color convert

RGB 76 32 98 -
CMYK 0.22 0.67 0 0.62
HSL 280º 0.51% 0.25% -
HSV(B) 280º 0.67% 0.38% -
XYZ 5.7 3.45 11.92 -
YUV 52.68 153.58 144.63 -
System Red Green Blue C M Y K H S L
Decimal 76 32 98 0.22 0.67 0 0.62 280 0.51 0.25
Hex 4C 20 62 16 43 0 3E 118 33 19
Octal 114 40 142 26 103 0 76 430 63 31
Binary 1001100 100000 1100010 10110 1000011 0 111110 100011000 110011 11001

Color Harmonies of #4C2062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2062

Black with #4C2062

Text Example


Text Example

White with #4C2062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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