#4E1872

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

Shades of Blue Diamond #4E1872

Tints of Blue Diamond #4E1872

Color information

#4E1872 (or 0x4E1872) is unknown color: approx Blue Diamond. HEX triplet: 4E, 18 and 72. RGB value is (78,24,114). Sum of RGB (Red+Green+Blue) = 78+24+114=216 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.11% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E1872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1872 is #B1E78D. Grayscale: #323232. Windows color (decimal): -11659150 or 7477326. OLE color: 7477326.

HSL color Cylindrical-coordinate representation of color #4E1872: hue angle of 276º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E1872 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB7824114-
CMYK0.320.7900.55
HSL276º65.22%27.06%-
HSV(B)276º78.95%44.71%-
XYZ6.513.4916.25-
YUV50.41163.89147.68-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.11%
GREEN value IS 24 (9.77% from 255) = 11.11%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=36.11%
G=11.11%
B=52.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78241140.320.7900.5527665.2227.06
Hex4E1872204F037114411b
Octal116301624011706742410133
Binary100111011000111001010000010011110110111100010100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,24,114); }

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

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

 a { background-color: rgb(78,24,114); }

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

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

 span { border-color: rgb(78,24,114); }

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