#4E449C

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

Shades of Blue Gem #4E449C

Tints of Blue Gem #4E449C

Color information

#4E449C (or 0x4E449C) is unknown color: approx Blue Gem. HEX triplet: 4E, 44 and 9C. RGB value is (78,68,156). Sum of RGB (Red+Green+Blue) = 78+68+156=302 (40% of max value = 765). Red value is 78 (30.86% from 255 or 25.83% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 156 (61.33% from 255 or 51.66% from 302); Max value from RGB is 156 - color contains mainly: blue. Hex color #4E449C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E449C is #B1BB63. Grayscale: #505050. Windows color (decimal): -11647844 or 10241102. OLE color: 10241102.

HSL color Cylindrical-coordinate representation of color #4E449C: hue angle of 246.82º 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 #4E449C is Cyan = 0.5, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB7868156-
CMYK0.50.5600.39
HSL246.82º39.29%43.92%-
HSV(B)246.82º56.41%61.18%-
XYZ11.218.1532.44-
YUV81.02170.31125.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25.83%
GREEN value IS 68 (26.95% from 255) = 22.52%
BLUE value IS 156 (61.33% from 255) = 51.66%
R=25.83%
G=22.52%
B=51.66%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal78681560.50.5600.39246.8239.2943.92
Hex4E449C3238027f7272c
Octal11610423462700473674754
Binary1001110100010010011100110010111000010011111110111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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