#4E3268

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

Shades of Blue Diamond #4E3268

Tints of Blue Diamond #4E3268

Color information

#4E3268 (or 0x4E3268) is unknown color: approx Blue Diamond. HEX triplet: 4E, 32 and 68. RGB value is (78,50,104). Sum of RGB (Red+Green+Blue) = 78+50+104=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E3268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E3268 is #B1CD97. Grayscale: #404040. Windows color (decimal): -11652504 or 6828622. OLE color: 6828622.

HSL color Cylindrical-coordinate representation of color #4E3268: hue angle of 271.11º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E3268 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7850104-
CMYK0.250.5200.59
HSL271.11º35.06%30.2%-
HSV(B)271.11º51.92%40.78%-
XYZ6.784.913.69-
YUV64.53150.28137.61-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.62%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 104 (41.02% from 255) = 44.83%
R=33.62%
G=21.55%
B=44.83%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78501040.250.5200.59271.1135.0630.2
Hex4E3268193403B10f231e
Octal1166215031640734174336
Binary1001110110010110100011001110100011101110000111110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,50,104); }

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

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

 a { background-color: rgb(78,50,104); }

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

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

 span { border-color: rgb(78,50,104); }

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