#4C3460

Color #4C3460 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #4C3460

Tints of Scarlet Gum #4C3460

Color information

#4C3460 (or 0x4C3460) is unknown color: approx 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

RGB765296-
CMYK0.210.4600.62
HSL272.73º29.73%29.02%-
HSV(B)272.73º45.83%37.65%-
XYZ6.324.8411.67-
YUV64.19145.95136.42-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.93%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7652960.210.4600.62272.7329.7329.02
Hex4C3460152E03E1111e1d
Octal1146414025560764213635
Binary100110011010011000001010110111001111101000100011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C3460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>