#4E459B

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

Shades of Blue Gem #4E459B

Tints of Blue Gem #4E459B

Color information

#4E459B (or 0x4E459B) is unknown color: approx Blue Gem. HEX triplet: 4E, 45 and 9B. RGB value is (78,69,155). Sum of RGB (Red+Green+Blue) = 78+69+155=302 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.83% from 302); Green value is 69 (27.34% from 255 or 22.85% from 302); Blue value is 155 (60.94% from 255 or 51.32% from 302); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E459B is #B1BA64. Grayscale: #515151. Windows color (decimal): -11647589 or 10175822. OLE color: 10175822.

HSL color Cylindrical-coordinate representation of color #4E459B: hue angle of 246.28º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4E459B is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7869155-
CMYK0.500.5500.39
HSL246.28º38.39%43.92%-
HSV(B)246.28º55.48%60.78%-
XYZ11.198.2432.01-
YUV81.5169.48125.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.83%
GREEN value IS 69 (27.34% from 255) = 22.85%
BLUE value IS 155 (60.94% from 255) = 51.32%
R=25.83%
G=22.85%
B=51.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78691550.500.5500.39246.2838.3943.92
Hex4E459B3237027f6262c
Octal11610523362670473664654
Binary1001110100010110011011110010110111010011111110110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,69,155); }

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

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

 a { background-color: rgb(78,69,155); }

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

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

 span { border-color: rgb(78,69,155); }

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