#4E2795

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

Shades of Blue Gem #4E2795

Tints of Blue Gem #4E2795

Color information

#4E2795 (or 0x4E2795) is unknown color: approx Blue Gem. HEX triplet: 4E, 27 and 95. RGB value is (78,39,149). Sum of RGB (Red+Green+Blue) = 78+39+149=266 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.32% from 266); Green value is 39 (15.62% from 255 or 14.66% from 266); Blue value is 149 (58.59% from 255 or 56.02% from 266); Max value from RGB is 149 - color contains mainly: blue. Hex color #4E2795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E2795 is #B1D86A. Grayscale: #3E3E3E. Windows color (decimal): -11655275 or 9774926. OLE color: 9774926.

HSL color Cylindrical-coordinate representation of color #4E2795: hue angle of 261.27º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4E2795 is Cyan = 0.48, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7839149-
CMYK0.480.7400.42
HSL261.27º58.51%36.86%-
HSV(B)261.27º73.83%58.43%-
XYZ9.295.2428.96-
YUV63.2176.42138.56-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.32%
GREEN value IS 39 (15.62% from 255) = 14.66%
BLUE value IS 149 (58.59% from 255) = 56.02%
R=29.32%
G=14.66%
B=56.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78391490.480.7400.42261.2758.5136.86
Hex4E2795304A02A1053b25
Octal11647225601120524057345
Binary10011101001111001010111000010010100101010100000101111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,39,149); }

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

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

 a { background-color: rgb(78,39,149); }

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

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

 span { border-color: rgb(78,39,149); }

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