Html Css Color HEX #4C2366 Scarlet Gum

📋 copy color: '#4C2366'

red 76 ◦ green 35 ◦ blue 102

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

Shades of Scarlet Gum #4C2366

Tints of Scarlet Gum #4C2366

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.43%

 BLUE value IS 102 (40.23% from 255) = 47.89%

R = 35.68%
G = 16.43%
B = 47.89%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#4C2366 (or 0x4C2366) is known color: Scarlet Gum. HEX triplet: 4C, 23 and 66. RGB value is (76,35,102). Sum of RGB (Red+Green+Blue) = 76+35+102=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 102 (40.23% from 255 or 47.89% from 213); Max value from RGB is 102 - color contains mainly: blue. Hex color #4C2366 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2366 is #B3DC99. Grayscale: #363636. Windows color (decimal): -11787418 or 6693708. OLE color: 6693708.

HSL color Cylindrical-coordinate representation of color #4C2366: hue angle of 276.72º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4C2366 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 76 35 102 -
CMYK 0.25 0.66 0 0.6
HSL 276.72º 0.49% 0.27% -
HSV(B) 276.72º 0.66% 0.4% -
XYZ 5.98 3.7 12.97 -
YUV 54.9 154.58 143.05 -
System Red Green Blue C M Y K H S L
Decimal 76 35 102 0.25 0.66 0 0.6 276.72 0.49 0.27
Hex 4C 23 66 19 42 0 3C 115 31 1B
Octal 114 43 146 31 102 0 74 425 61 33
Binary 1001100 100011 1100110 11001 1000010 0 111100 100010101 110001 11011

Color Harmonies of #4C2366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2366

Black with #4C2366

Text Example


Text Example

White with #4C2366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,35,102); }

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

background-color css

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

 a { background-color: rgb(76,35,102); }

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

border-color css

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

 span { border-color: rgb(76,35,102); }

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