#4E3461

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

Shades of Scarlet Gum #4E3461

Tints of Scarlet Gum #4E3461

Color information

#4E3461 (or 0x4E3461) is unknown color: approx Scarlet Gum. HEX triplet: 4E, 34 and 61. RGB value is (78,52,97). Sum of RGB (Red+Green+Blue) = 78+52+97=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 97 (38.28% from 255 or 42.73% from 227); Max value from RGB is 97 - color contains mainly: blue. Hex color #4E3461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3461 is #B1CB9E. Grayscale: #404040. Windows color (decimal): -11651999 or 6370382. OLE color: 6370382.

HSL color Cylindrical-coordinate representation of color #4E3461: hue angle of 274.67º 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 #4E3461 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB785297-
CMYK0.200.4600.62
HSL274.67º30.2%29.22%-
HSV(B)274.67º46.39%38.04%-
XYZ6.534.9411.92-
YUV64.9146.11137.34-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.36%
GREEN value IS 52 (20.70% from 255) = 22.91%
BLUE value IS 97 (38.28% from 255) = 42.73%
R=34.36%
G=22.91%
B=42.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7852970.200.4600.62274.6730.229.22
Hex4E3461142E03E1131e1d
Octal1166414124560764233635
Binary100111011010011000011010010111001111101000100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,52,97); }

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

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

 a { background-color: rgb(78,52,97); }

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

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

 span { border-color: rgb(78,52,97); }

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