Html Css Color HEX #4C365E Scarlet Gum

📋 copy color: '#4C365E'

red 76 ◦ green 54 ◦ blue 94

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

Shades of Scarlet Gum #4C365E

Tints of Scarlet Gum #4C365E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.11%

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

R = 33.93%
G = 24.11%
B = 41.96%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C365E (or 0x4C365E) is known color: Scarlet Gum. HEX triplet: 4C, 36 and 5E. RGB value is (76,54,94). Sum of RGB (Red+Green+Blue) = 76+54+94=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 94 - color contains mainly: blue. Hex color #4C365E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C365E is #B3C9A1. Grayscale: #414141. Windows color (decimal): -11782562 or 6174284. OLE color: 6174284.

HSL color Cylindrical-coordinate representation of color #4C365E: hue angle of 273º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4C365E is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 76 54 94 -
CMYK 0.19 0.43 0 0.63
HSL 273º 0.27% 0.29% -
HSV(B) 273º 0.43% 0.37% -
XYZ 6.32 4.98 11.22 -
YUV 65.14 144.29 135.75 -
System Red Green Blue C M Y K H S L
Decimal 76 54 94 0.19 0.43 0 0.63 273 0.27 0.29
Hex 4C 36 5E 13 2B 0 3F 111 1B 1D
Octal 114 66 136 23 53 0 77 421 33 35
Binary 1001100 110110 1011110 10011 101011 0 111111 100010001 11011 11101

Color Harmonies of #4C365E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C365E

Black with #4C365E

Text Example


Text Example

White with #4C365E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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