#4E346A

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

Shades of Blue Diamond #4E346A

Tints of Blue Diamond #4E346A

Color information

#4E346A (or 0x4E346A) is unknown color: approx Blue Diamond. HEX triplet: 4E, 34 and 6A. RGB value is (78,52,106). Sum of RGB (Red+Green+Blue) = 78+52+106=236 (31% of max value = 765). Red value is 78 (30.86% from 255 or 33.05% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 106 (41.80% from 255 or 44.92% from 236); Max value from RGB is 106 - color contains mainly: blue. Hex color #4E346A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E346A is #B1CB95. Grayscale: #414141. Windows color (decimal): -11651990 or 6960206. OLE color: 6960206.

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

Color convert

RGB7852106-
CMYK0.260.5100.58
HSL268.89º34.18%30.98%-
HSV(B)268.89º50.94%41.57%-
XYZ6.975.1214.26-
YUV65.93150.61136.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.05%
GREEN value IS 52 (20.70% from 255) = 22.03%
BLUE value IS 106 (41.80% from 255) = 44.92%
R=33.05%
G=22.03%
B=44.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal78521060.260.5100.58268.8934.1830.98
Hex4E346A1A3303A10d221f
Octal1166415232630724154237
Binary1001110110100110101011010110011011101010000110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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