Html Css Color HEX #4C305B Scarlet Gum

📋 copy color: '#4C305B'

red 76 ◦ green 48 ◦ blue 91

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

Shades of Scarlet Gum #4C305B

Tints of Scarlet Gum #4C305B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 42.33%

R = 35.35%
G = 22.33%
B = 42.33%

CMYK

 C value IS 0.16

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#4C305B (or 0x4C305B) is known color: Scarlet Gum. HEX triplet: 4C, 30 and 5B. RGB value is (76,48,91). Sum of RGB (Red+Green+Blue) = 76+48+91=215 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.35% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C305B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C305B is #B3CFA4. Grayscale: #3D3D3D. Windows color (decimal): -11784101 or 5976140. OLE color: 5976140.

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

Color convert

RGB 76 48 91 -
CMYK 0.16 0.47 0 0.64
HSL 279.07º 0.31% 0.27% -
HSV(B) 279.07º 0.47% 0.36% -
XYZ 5.93 4.41 10.44 -
YUV 61.27 144.78 138.5 -
System Red Green Blue C M Y K H S L
Decimal 76 48 91 0.16 0.47 0 0.64 279.07 0.31 0.27
Hex 4C 30 5B 10 2F 0 40 117 1F 1B
Octal 114 60 133 20 57 0 100 427 37 33
Binary 1001100 110000 1011011 10000 101111 0 1000000 100010111 11111 11011

Color Harmonies of #4C305B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C305B

Black with #4C305B

Text Example


Text Example

White with #4C305B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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