#4E1972

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

Shades of Blue Diamond #4E1972

Tints of Blue Diamond #4E1972

Color information

#4E1972 (or 0x4E1972) is unknown color: approx Blue Diamond. HEX triplet: 4E, 19 and 72. RGB value is (78,25,114). Sum of RGB (Red+Green+Blue) = 78+25+114=217 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.94% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 114 (44.92% from 255 or 52.53% from 217); Max value from RGB is 114 - color contains mainly: blue. Hex color #4E1972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4E1972 is #B1E68D. Grayscale: #323232. Windows color (decimal): -11658894 or 7477582. OLE color: 7477582.

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

Color convert

RGB7825114-
CMYK0.320.7800.55
HSL275.73º64.03%27.25%-
HSV(B)275.73º78.07%44.71%-
XYZ6.533.5316.26-
YUV50.99163.56147.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.94%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 114 (44.92% from 255) = 52.53%
R=35.94%
G=11.52%
B=52.53%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal78251140.320.7800.55275.7364.0327.25
Hex4E1972204E037114401b
Octal116311624011606742410033
Binary100111011001111001010000010011100110111100010100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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