Html Css Color HEX #4C2465 Scarlet Gum

📋 copy color: '#4C2465'

red 76 ◦ green 36 ◦ blue 101

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

Shades of Scarlet Gum #4C2465

Tints of Scarlet Gum #4C2465

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.9%

 BLUE value IS 101 (39.84% from 255) = 47.42%

R = 35.68%
G = 16.9%
B = 47.42%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4C2465 (or 0x4C2465) is known color: Scarlet Gum. HEX triplet: 4C, 24 and 65. RGB value is (76,36,101). Sum of RGB (Red+Green+Blue) = 76+36+101=213 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.68% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 101 (39.84% from 255 or 47.42% from 213); Max value from RGB is 101 - color contains mainly: blue. Hex color #4C2465 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2465 is #B3DB9A. Grayscale: #373737. Windows color (decimal): -11787163 or 6628428. OLE color: 6628428.

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

Color convert

RGB 76 36 101 -
CMYK 0.25 0.64 0 0.60
HSL 276.92º 0.47% 0.27% -
HSV(B) 276.92º 0.64% 0.4% -
XYZ 5.96 3.74 12.72 -
YUV 55.37 153.75 142.71 -
System Red Green Blue C M Y K H S L
Decimal 76 36 101 0.25 0.64 0 0.60 276.92 0.47 0.27
Hex 4C 24 65 19 40 0 3C 115 2F 1B
Octal 114 44 145 31 100 0 74 425 57 33
Binary 1001100 100100 1100101 11001 1000000 0 111100 100010101 101111 11011

Color Harmonies of #4C2465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2465

Black with #4C2465

Text Example


Text Example

White with #4C2465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,36,101); }

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

background-color css

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

 a { background-color: rgb(76,36,101); }

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

border-color css

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

 span { border-color: rgb(76,36,101); }

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