Html Css Color HEX #4C265E Scarlet Gum

📋 copy color: '#4C265E'

red 76 ◦ green 38 ◦ blue 94

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

Shades of Scarlet Gum #4C265E

Tints of Scarlet Gum #4C265E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.27%

 BLUE value IS 94 (37.11% from 255) = 45.19%

R = 36.54%
G = 18.27%
B = 45.19%

CMYK

 C value IS 0.19

 M value IS 0.60

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C265E (or 0x4C265E) is known color: Scarlet Gum. HEX triplet: 4C, 26 and 5E. RGB value is (76,38,94). Sum of RGB (Red+Green+Blue) = 76+38+94=208 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.54% from 208); Green value is 38 (15.23% from 255 or 18.27% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 94 - color contains mainly: blue. Hex color #4C265E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C265E is #B3D9A1. Grayscale: #373737. Windows color (decimal): -11786658 or 6170188. OLE color: 6170188.

HSL color Cylindrical-coordinate representation of color #4C265E: hue angle of 280.71º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4C265E is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 76 38 94 -
CMYK 0.19 0.60 0 0.63
HSL 280.71º 0.42% 0.26% -
HSV(B) 280.71º 0.6% 0.37% -
XYZ 5.69 3.73 11.01 -
YUV 55.75 149.59 142.45 -
System Red Green Blue C M Y K H S L
Decimal 76 38 94 0.19 0.60 0 0.63 280.71 0.42 0.26
Hex 4C 26 5E 13 3C 0 3F 119 2A 1A
Octal 114 46 136 23 74 0 77 431 52 32
Binary 1001100 100110 1011110 10011 111100 0 111111 100011001 101010 11010

Color Harmonies of #4C265E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C265E

Black with #4C265E

Text Example


Text Example

White with #4C265E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,38,94); }

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

background-color css

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

 a { background-color: rgb(76,38,94); }

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

border-color css

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

 span { border-color: rgb(76,38,94); }

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