#4E449B

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

Shades of Blue Gem #4E449B

Tints of Blue Gem #4E449B

Color information

#4E449B (or 0x4E449B) is unknown color: approx Blue Gem. HEX triplet: 4E, 44 and 9B. RGB value is (78,68,155). Sum of RGB (Red+Green+Blue) = 78+68+155=301 (39% of max value = 765). Red value is 78 (30.86% from 255 or 25.91% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 155 (60.94% from 255 or 51.50% from 301); Max value from RGB is 155 - color contains mainly: blue. Hex color #4E449B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E449B is #B1BB64. Grayscale: #505050. Windows color (decimal): -11647845 or 10175566. OLE color: 10175566.

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

Color convert

RGB7868155-
CMYK0.500.5600.39
HSL246.9º39.01%43.73%-
HSV(B)246.9º56.13%60.78%-
XYZ11.138.1231.99-
YUV80.91169.81125.93-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.91%
GREEN value IS 68 (26.95% from 255) = 22.59%
BLUE value IS 155 (60.94% from 255) = 51.50%
R=25.91%
G=22.59%
B=51.50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78681550.500.5600.39246.939.0143.73
Hex4E449B3238027f7272c
Octal11610423362700473674754
Binary1001110100010010011011110010111000010011111110111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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