#4E26A3

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

Shades of Blue Gem #4E26A3

Tints of Blue Gem #4E26A3

Color information

#4E26A3 (or 0x4E26A3) is unknown color: approx Blue Gem. HEX triplet: 4E, 26 and A3. RGB value is (78,38,163). Sum of RGB (Red+Green+Blue) = 78+38+163=279 (36% of max value = 765). Red value is 78 (30.86% from 255 or 27.96% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 163 (64.06% from 255 or 58.42% from 279); Max value from RGB is 163 - color contains mainly: blue. Hex color #4E26A3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E26A3 is #B1D95C. Grayscale: #3F3F3F. Windows color (decimal): -11655517 or 10692174. OLE color: 10692174.

HSL color Cylindrical-coordinate representation of color #4E26A3: hue angle of 259.2º degrees, saturation: 0.62, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4E26A3 is Cyan = 0.52, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7838163-
CMYK0.520.7700.36
HSL259.2º62.19%39.41%-
HSV(B)259.2º76.69%63.92%-
XYZ10.455.6535.19-
YUV64.21183.75137.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.96%
GREEN value IS 38 (15.23% from 255) = 13.62%
BLUE value IS 163 (64.06% from 255) = 58.42%
R=27.96%
G=13.62%
B=58.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal78381630.520.7700.36259.262.1939.41
Hex4E26A3344D0241033e27
Octal11646243641150444037647
Binary10011101001101010001111010010011010100100100000011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E26A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,38,163); }

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

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

 a { background-color: rgb(78,38,163); }

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

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

 span { border-color: rgb(78,38,163); }

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