Html Css Color HEX #4C3460 Scarlet Gum

📋 copy color: '#4C3460'

red 76 ◦ green 52 ◦ blue 96

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

Shades of Scarlet Gum #4C3460

Tints of Scarlet Gum #4C3460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.21%

 BLUE value IS 96 (37.89% from 255) = 42.86%

R = 33.93%
G = 23.21%
B = 42.86%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#4C3460 (or 0x4C3460) is known color: Scarlet Gum. HEX triplet: 4C, 34 and 60. RGB value is (76,52,96). Sum of RGB (Red+Green+Blue) = 76+52+96=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 52 (20.70% from 255 or 23.21% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #4C3460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3460 is #B3CB9F. Grayscale: #404040. Windows color (decimal): -11783072 or 6304844. OLE color: 6304844.

HSL color Cylindrical-coordinate representation of color #4C3460: hue angle of 272.73º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4C3460 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 52 96 -
CMYK 0.21 0.46 0 0.62
HSL 272.73º 0.3% 0.29% -
HSV(B) 272.73º 0.46% 0.38% -
XYZ 6.32 4.84 11.67 -
YUV 64.19 145.95 136.42 -
System Red Green Blue C M Y K H S L
Decimal 76 52 96 0.21 0.46 0 0.62 272.73 0.3 0.29
Hex 4C 34 60 15 2E 0 3E 111 1E 1D
Octal 114 64 140 25 56 0 76 421 36 35
Binary 1001100 110100 1100000 10101 101110 0 111110 100010001 11110 11101

Color Harmonies of #4C3460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3460

Black with #4C3460

Text Example


Text Example

White with #4C3460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,52,96); }

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

background-color css

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

 a { background-color: rgb(76,52,96); }

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

border-color css

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

 span { border-color: rgb(76,52,96); }

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