#4C345B

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

Shades of Scarlet Gum #4C345B

Tints of Scarlet Gum #4C345B

Color information

#4C345B (or 0x4C345B) is unknown color: approx Scarlet Gum. HEX triplet: 4C, 34 and 5B. RGB value is (76,52,91). Sum of RGB (Red+Green+Blue) = 76+52+91=219 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.70% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 91 - color contains mainly: blue. Hex color #4C345B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C345B is #B3CBA4. Grayscale: #3F3F3F. Windows color (decimal): -11783077 or 5977164. OLE color: 5977164.

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

Color convert

RGB765291-
CMYK0.160.4300.64
HSL276.92º27.27%28.04%-
HSV(B)276.92º42.86%35.69%-
XYZ6.14.7510.49-
YUV63.62143.45136.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 34.70%
GREEN value IS 52 (20.70% from 255) = 23.74%
BLUE value IS 91 (35.94% from 255) = 41.55%
R=34.70%
G=23.74%
B=41.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7652910.160.4300.64276.9227.2728.04
Hex4C345B102B0401151b1c
Octal11464133205301004253334
Binary1001100110100101101110000101011010000001000101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C345B;
 }
 .AnyTagClassName
 {
   color: #4C345B;
 }
</style>
background-color css

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

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

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

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

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

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