Html Css Color HEX #4C3061 Scarlet Gum

📋 copy color: '#4C3061'

red 76 ◦ green 48 ◦ blue 97

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

Shades of Scarlet Gum #4C3061

Tints of Scarlet Gum #4C3061

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.72%

 BLUE value IS 97 (38.28% from 255) = 43.89%

R = 34.39%
G = 21.72%
B = 43.89%

CMYK

 C value IS 0.22

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C3061 (or 0x4C3061) is known color: Scarlet Gum. HEX triplet: 4C, 30 and 61. RGB value is (76,48,97). Sum of RGB (Red+Green+Blue) = 76+48+97=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 97 (38.28% from 255 or 43.89% from 221); Max value from RGB is 97 - color contains mainly: blue. Hex color #4C3061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3061 is #B3CF9E. Grayscale: #3D3D3D. Windows color (decimal): -11784095 or 6369356. OLE color: 6369356.

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

Color convert

RGB 76 48 97 -
CMYK 0.22 0.51 0 0.62
HSL 274.29º 0.34% 0.28% -
HSV(B) 274.29º 0.51% 0.38% -
XYZ 6.2 4.51 11.85 -
YUV 61.96 147.78 138.02 -
System Red Green Blue C M Y K H S L
Decimal 76 48 97 0.22 0.51 0 0.62 274.29 0.34 0.28
Hex 4C 30 61 16 33 0 3E 112 22 1C
Octal 114 60 141 26 63 0 76 422 42 34
Binary 1001100 110000 1100001 10110 110011 0 111110 100010010 100010 11100

Color Harmonies of #4C3061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3061

Black with #4C3061

Text Example


Text Example

White with #4C3061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,48,97); }

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

background-color css

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

 a { background-color: rgb(76,48,97); }

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

border-color css

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

 span { border-color: rgb(76,48,97); }

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