Html Css Color HEX #4C2162 Scarlet Gum

📋 copy color: '#4C2162'

red 76 ◦ green 33 ◦ blue 98

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

Shades of Scarlet Gum #4C2162

Tints of Scarlet Gum #4C2162

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.94%

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

R = 36.71%
G = 15.94%
B = 47.34%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C2162 (or 0x4C2162) is known color: Scarlet Gum. HEX triplet: 4C, 21 and 62. RGB value is (76,33,98). Sum of RGB (Red+Green+Blue) = 76+33+98=207 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.71% from 207); Green value is 33 (13.28% from 255 or 15.94% from 207); Blue value is 98 (38.67% from 255 or 47.34% from 207); Max value from RGB is 98 - color contains mainly: blue. Hex color #4C2162 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2162 is #B3DE9D. Grayscale: #353535. Windows color (decimal): -11787934 or 6431052. OLE color: 6431052.

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

Color convert

RGB 76 33 98 -
CMYK 0.22 0.66 0 0.62
HSL 279.69º 0.5% 0.26% -
HSV(B) 279.69º 0.66% 0.38% -
XYZ 5.73 3.51 11.93 -
YUV 53.27 153.25 144.21 -
System Red Green Blue C M Y K H S L
Decimal 76 33 98 0.22 0.66 0 0.62 279.69 0.5 0.26
Hex 4C 21 62 16 42 0 3E 118 32 1A
Octal 114 41 142 26 102 0 76 430 62 32
Binary 1001100 100001 1100010 10110 1000010 0 111110 100011000 110010 11010

Color Harmonies of #4C2162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2162

Black with #4C2162

Text Example


Text Example

White with #4C2162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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