#4E309A

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

Shades of Blue Gem #4E309A

Tints of Blue Gem #4E309A

Color information

#4E309A (or 0x4E309A) is unknown color: approx Blue Gem. HEX triplet: 4E, 30 and 9A. RGB value is (78,48,154). Sum of RGB (Red+Green+Blue) = 78+48+154=280 (37% of max value = 765). Red value is 78 (30.86% from 255 or 27.86% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #4E309A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E309A is #B1CF65. Grayscale: #444444. Windows color (decimal): -11652966 or 10104910. OLE color: 10104910.

HSL color Cylindrical-coordinate representation of color #4E309A: hue angle of 256.98º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4E309A is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7848154-
CMYK0.490.6900.40
HSL256.98º52.48%39.61%-
HSV(B)256.98º68.83%60.39%-
XYZ10.036.0731.21-
YUV69.05175.94134.38-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 27.86%
GREEN value IS 48 (19.14% from 255) = 17.14%
BLUE value IS 154 (60.55% from 255) = 55%
R=27.86%
G=17.14%
B=55%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal78481540.490.6900.40256.9852.4839.61
Hex4E309A31450281013428
Octal11660232611050504016450
Binary10011101100001001101011000110001010101000100000001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E309A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,48,154); }

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

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

 a { background-color: rgb(78,48,154); }

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

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

 span { border-color: rgb(78,48,154); }

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