#4E348A

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

Shades of Blue Gem #4E348A

Tints of Blue Gem #4E348A

Color information

#4E348A (or 0x4E348A) is unknown color: approx Blue Gem. HEX triplet: 4E, 34 and 8A. RGB value is (78,52,138). Sum of RGB (Red+Green+Blue) = 78+52+138=268 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.10% from 268); Green value is 52 (20.70% from 255 or 19.40% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #4E348A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E348A is #B1CB75. Grayscale: #454545. Windows color (decimal): -11651958 or 9057358. OLE color: 9057358.

HSL color Cylindrical-coordinate representation of color #4E348A: hue angle of 258.14º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4E348A is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7852138-
CMYK0.430.6200.46
HSL258.14º45.26%37.25%-
HSV(B)258.14º62.32%54.12%-
XYZ8.965.9124.71-
YUV69.58166.61134.01-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.10%
GREEN value IS 52 (20.70% from 255) = 19.40%
BLUE value IS 138 (54.30% from 255) = 51.49%
R=29.10%
G=19.40%
B=51.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal78521380.430.6200.46258.1445.2637.25
Hex4E348A2B3E02E1022d25
Octal1166421253760564025545
Binary1001110110100100010101010111111100101110100000010101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,52,138); }

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

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

 a { background-color: rgb(78,52,138); }

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

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

 span { border-color: rgb(78,52,138); }

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