#4E196C

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

Shades of Blue Diamond #4E196C

Tints of Blue Diamond #4E196C

Color information

#4E196C (or 0x4E196C) is unknown color: approx Blue Diamond. HEX triplet: 4E, 19 and 6C. RGB value is (78,25,108). Sum of RGB (Red+Green+Blue) = 78+25+108=211 (27% of max value = 765). Red value is 78 (30.86% from 255 or 36.97% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 108 (42.58% from 255 or 51.18% from 211); Max value from RGB is 108 - color contains mainly: blue. Hex color #4E196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E196C is #B1E693. Grayscale: #323232. Windows color (decimal): -11658900 or 7084366. OLE color: 7084366.

HSL color Cylindrical-coordinate representation of color #4E196C: hue angle of 278.31º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E196C is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB7825108-
CMYK0.280.7700.58
HSL278.31º62.41%26.08%-
HSV(B)278.31º76.85%42.35%-
XYZ6.23.414.52-
YUV50.31160.56147.75-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.97%
GREEN value IS 25 (10.16% from 255) = 11.85%
BLUE value IS 108 (42.58% from 255) = 51.18%
R=36.97%
G=11.85%
B=51.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78251080.280.7700.58278.3162.4126.08
Hex4E196C1C4D03A1163e1a
Octal11631154341150724267632
Binary1001110110011101100111001001101011101010001011011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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