#4D399E

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

Shades of Blue Gem #4D399E

Tints of Blue Gem #4D399E

Color information

#4D399E (or 0x4D399E) is unknown color: approx Blue Gem. HEX triplet: 4D, 39 and 9E. RGB value is (77,57,158). Sum of RGB (Red+Green+Blue) = 77+57+158=292 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.37% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 158 (62.11% from 255 or 54.11% from 292); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D399E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D399E is #B2C661. Grayscale: #4A4A4A. Windows color (decimal): -11716194 or 10369357. OLE color: 10369357.

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

Color convert

RGB7757158-
CMYK0.510.6400.38
HSL251.88º46.98%42.16%-
HSV(B)251.88º63.92%61.96%-
XYZ10.76.9733.13-
YUV74.49175.13129.79-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.37%
GREEN value IS 57 (22.66% from 255) = 19.52%
BLUE value IS 158 (62.11% from 255) = 54.11%
R=26.37%
G=19.52%
B=54.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal77571580.510.6400.38251.8846.9842.16
Hex4D399E3340026fc2f2a
Octal11571236631000463745752
Binary1001101111001100111101100111000000010011011111100101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D399E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,57,158); }

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

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

 a { background-color: rgb(77,57,158); }

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

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

 span { border-color: rgb(77,57,158); }

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