#4D345B

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

Shades of Scarlet Gum #4D345B

Tints of Scarlet Gum #4D345B

Color information

#4D345B (or 0x4D345B) is unknown color: approx Scarlet Gum. HEX triplet: 4D, 34 and 5B. RGB value is (77,52,91). Sum of RGB (Red+Green+Blue) = 77+52+91=220 (29% of max value = 765). Red value is 77 (30.47% from 255 or 35% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 91 (35.94% from 255 or 41.36% from 220); Max value from RGB is 91 - color contains mainly: blue. Hex color #4D345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D345B is #B2CBA4. Grayscale: #3F3F3F. Windows color (decimal): -11717541 or 5977165. OLE color: 5977165.

HSL color Cylindrical-coordinate representation of color #4D345B: hue angle of 278.46º 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 #4D345B is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB775291-
CMYK0.150.4300.64
HSL278.46º27.27%28.04%-
HSV(B)278.46º42.86%35.69%-
XYZ6.184.7910.5-
YUV63.92143.28137.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 35%
GREEN value IS 52 (20.70% from 255) = 23.64%
BLUE value IS 91 (35.94% from 255) = 41.36%
R=35%
G=23.64%
B=41.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7752910.150.4300.64278.4627.2728.04
Hex4D345BF2B0401161b1c
Octal11564133175301004263334
Binary100110111010010110111111101011010000001000101101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D345B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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