#4E196F

Color #4E196F Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #4E196F

Tints of Blue Diamond #4E196F

Color information

#4E196F (or 0x4E196F) is unknown color: approx Blue Diamond. HEX triplet: 4E, 19 and 6F. RGB value is (78,25,111). Sum of RGB (Red+Green+Blue) = 78+25+111=214 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.45% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #4E196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E196F is #B1E690. Grayscale: #323232. Windows color (decimal): -11658897 or 7280974. OLE color: 7280974.

HSL color Cylindrical-coordinate representation of color #4E196F: hue angle of 276.98º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E196F is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB7825111-
CMYK0.300.7700.56
HSL276.98º63.24%26.67%-
HSV(B)276.98º77.48%43.53%-
XYZ6.363.4615.37-
YUV50.65162.06147.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.45%
GREEN value IS 25 (10.16% from 255) = 11.68%
BLUE value IS 111 (43.75% from 255) = 51.87%
R=36.45%
G=11.68%
B=51.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78251110.300.7700.56276.9863.2426.67
Hex4E196F1E4D0381153f1b
Octal11631157361150704257733
Binary1001110110011101111111101001101011100010001010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,25,111); }

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

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

 a { background-color: rgb(78,25,111); }

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

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

 span { border-color: rgb(78,25,111); }

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