#4E1A7E

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

Shades of Blue Diamond #4E1A7E

Tints of Blue Diamond #4E1A7E

Color information

#4E1A7E (or 0x4E1A7E) is unknown color: approx Blue Diamond. HEX triplet: 4E, 1A and 7E. RGB value is (78,26,126). Sum of RGB (Red+Green+Blue) = 78+26+126=230 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.91% from 230); Green value is 26 (10.55% from 255 or 11.30% from 230); Blue value is 126 (49.61% from 255 or 54.78% from 230); Max value from RGB is 126 - color contains mainly: blue. Hex color #4E1A7E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4E1A7E is #B1E581. Grayscale: #343434. Windows color (decimal): -11658626 or 8264270. OLE color: 8264270.

HSL color Cylindrical-coordinate representation of color #4E1A7E: hue angle of 271.2º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4E1A7E is Cyan = 0.38, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB7826126-
CMYK0.380.7900.51
HSL271.2º65.79%29.8%-
HSV(B)271.2º79.37%49.41%-
XYZ7.283.8620.1-
YUV52.95169.23145.87-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.91%
GREEN value IS 26 (10.55% from 255) = 11.30%
BLUE value IS 126 (49.61% from 255) = 54.78%
R=33.91%
G=11.30%
B=54.78%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal78261260.380.7900.51271.265.7929.8
Hex4E1A7E264F03310f421e
Octal116321764611706341710236
Binary100111011010111111010011010011110110011100001111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E1A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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