#4E2868

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

Shades of Blue Diamond #4E2868

Tints of Blue Diamond #4E2868

Color information

#4E2868 (or 0x4E2868) is unknown color: approx Blue Diamond. HEX triplet: 4E, 28 and 68. RGB value is (78,40,104). Sum of RGB (Red+Green+Blue) = 78+40+104=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 104 (41.02% from 255 or 46.85% from 222); Max value from RGB is 104 - color contains mainly: blue. Hex color #4E2868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2868 is #B1D797. Grayscale: #3A3A3A. Windows color (decimal): -11655064 or 6826062. OLE color: 6826062.

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

Color convert

RGB7840104-
CMYK0.250.6200.59
HSL275.62º44.44%28.24%-
HSV(B)275.62º61.54%40.78%-
XYZ6.44.1413.56-
YUV58.66153.59141.8-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.14%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 104 (41.02% from 255) = 46.85%
R=35.14%
G=18.02%
B=46.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal78401040.250.6200.59275.6244.4428.24
Hex4E2868193E03B1142c1c
Octal1165015031760734245434
Binary1001110101000110100011001111110011101110001010010110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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