Html Css Color HEX #4C305F Scarlet Gum

📋 copy color: '#4C305F'

red 76 ◦ green 48 ◦ blue 95

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

Shades of Scarlet Gum #4C305F

Tints of Scarlet Gum #4C305F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 43.38%

R = 34.7%
G = 21.92%
B = 43.38%

CMYK

 C value IS 0.20

 M value IS 0.49

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#4C305F (or 0x4C305F) is known color: Scarlet Gum. HEX triplet: 4C, 30 and 5F. RGB value is (76,48,95). Sum of RGB (Red+Green+Blue) = 76+48+95=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 48 (19.14% from 255 or 21.92% from 219); Blue value is 95 (37.5% from 255 or 43.38% from 219); Max value from RGB is 95 - color contains mainly: blue. Hex color #4C305F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C305F is #B3CFA0. Grayscale: #3D3D3D. Windows color (decimal): -11784097 or 6238284. OLE color: 6238284.

HSL color Cylindrical-coordinate representation of color #4C305F: hue angle of 275.74º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C305F is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 76 48 95 -
CMYK 0.20 0.49 0 0.63
HSL 275.74º 0.33% 0.28% -
HSV(B) 275.74º 0.49% 0.37% -
XYZ 6.1 4.48 11.37 -
YUV 61.73 146.78 138.18 -
System Red Green Blue C M Y K H S L
Decimal 76 48 95 0.20 0.49 0 0.63 275.74 0.33 0.28
Hex 4C 30 5F 14 31 0 3F 114 21 1C
Octal 114 60 137 24 61 0 77 424 41 34
Binary 1001100 110000 1011111 10100 110001 0 111111 100010100 100001 11100

Color Harmonies of #4C305F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C305F

Black with #4C305F

Text Example


Text Example

White with #4C305F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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