#4E439E

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

Shades of Blue Gem #4E439E

Tints of Blue Gem #4E439E

Color information

#4E439E (or 0x4E439E) is unknown color: approx Blue Gem. HEX triplet: 4E, 43 and 9E. RGB value is (78,67,158). Sum of RGB (Red+Green+Blue) = 78+67+158=303 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.74% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #4E439E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E439E is #B1BC61. Grayscale: #505050. Windows color (decimal): -11648098 or 10371918. OLE color: 10371918.

HSL color Cylindrical-coordinate representation of color #4E439E: hue angle of 247.25º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E439E is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7867158-
CMYK0.510.5800.38
HSL247.25º40.44%44.12%-
HSV(B)247.25º57.59%61.96%-
XYZ11.328.133.32-
YUV80.66171.64126.1-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.74%
GREEN value IS 67 (26.56% from 255) = 22.11%
BLUE value IS 158 (62.11% from 255) = 52.15%
R=25.74%
G=22.11%
B=52.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal78671580.510.5800.38247.2540.4444.12
Hex4E439E333A026f7282c
Octal11610323663720463675054
Binary1001110100001110011110110011111010010011011110111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,67,158); }

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

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

 a { background-color: rgb(78,67,158); }

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

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

 span { border-color: rgb(78,67,158); }

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