#4E2870

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

Shades of Blue Diamond #4E2870

Tints of Blue Diamond #4E2870

Color information

#4E2870 (or 0x4E2870) is unknown color: approx Blue Diamond. HEX triplet: 4E, 28 and 70. RGB value is (78,40,112). Sum of RGB (Red+Green+Blue) = 78+40+112=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 112 (44.14% from 255 or 48.70% from 230); Max value from RGB is 112 - color contains mainly: blue. Hex color #4E2870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E2870 is #B1D78F. Grayscale: #3B3B3B. Windows color (decimal): -11655056 or 7350350. OLE color: 7350350.

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

Color convert

RGB7840112-
CMYK0.300.6400.56
HSL271.67º47.37%29.8%-
HSV(B)271.67º64.29%43.92%-
XYZ6.834.3115.8-
YUV59.57157.59141.15-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.91%
GREEN value IS 40 (16.02% from 255) = 17.39%
BLUE value IS 112 (44.14% from 255) = 48.70%
R=33.91%
G=17.39%
B=48.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal78401120.300.6400.56271.6747.3729.8
Hex4E28701E400381102f1e
Octal11650160361000704205736
Binary10011101010001110000111101000000011100010001000010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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