#4D359E

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

Shades of Blue Gem #4D359E

Tints of Blue Gem #4D359E

Color information

#4D359E (or 0x4D359E) is unknown color: approx Blue Gem. HEX triplet: 4D, 35 and 9E. RGB value is (77,53,158). Sum of RGB (Red+Green+Blue) = 77+53+158=288 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.74% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 158 (62.11% from 255 or 54.86% from 288); Max value from RGB is 158 - color contains mainly: blue. Hex color #4D359E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D359E is #B2CA61. Grayscale: #474747. Windows color (decimal): -11717218 or 10368333. OLE color: 10368333.

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

Color convert

RGB7753158-
CMYK0.510.6600.38
HSL253.71º49.76%41.37%-
HSV(B)253.71º66.46%61.96%-
XYZ10.516.5933.07-
YUV72.15176.45131.46-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.74%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 158 (62.11% from 255) = 54.86%
R=26.74%
G=18.40%
B=54.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal77531580.510.6600.38253.7149.7641.37
Hex4D359E3342026fe3229
Octal11565236631020463766251
Binary1001101110101100111101100111000010010011011111110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D359E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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