#4E1A79

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

Shades of Blue Diamond #4E1A79

Tints of Blue Diamond #4E1A79

Color information

#4E1A79 (or 0x4E1A79) is unknown color: approx Blue Diamond. HEX triplet: 4E, 1A and 79. RGB value is (78,26,121). Sum of RGB (Red+Green+Blue) = 78+26+121=225 (29% of max value = 765). Red value is 78 (30.86% from 255 or 34.67% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #4E1A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1A79 is #B1E586. Grayscale: #343434. Windows color (decimal): -11658631 or 7936590. OLE color: 7936590.

HSL color Cylindrical-coordinate representation of color #4E1A79: hue angle of 272.84º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E1A79 is Cyan = 0.36, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB7826121-
CMYK0.360.7900.53
HSL272.84º64.63%28.82%-
HSV(B)272.84º78.51%47.45%-
XYZ6.963.7418.44-
YUV52.38166.73146.28-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.67%
GREEN value IS 26 (10.55% from 255) = 11.56%
BLUE value IS 121 (47.66% from 255) = 53.78%
R=34.67%
G=11.56%
B=53.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal78261210.360.7900.53272.8464.6328.82
Hex4E1A79244F035111411d
Octal116321714411706542110135
Binary100111011010111100110010010011110110101100010001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,26,121); }

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

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

 a { background-color: rgb(78,26,121); }

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

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

 span { border-color: rgb(78,26,121); }

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