#4D3C83

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

Shades of Blue Gem #4D3C83

Tints of Blue Gem #4D3C83

Color information

#4D3C83 (or 0x4D3C83) is unknown color: approx Blue Gem. HEX triplet: 4D, 3C and 83. RGB value is (77,60,131). Sum of RGB (Red+Green+Blue) = 77+60+131=268 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.73% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 131 (51.56% from 255 or 48.88% from 268); Max value from RGB is 131 - color contains mainly: blue. Hex color #4D3C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3C83 is #B2C37C. Grayscale: #484848. Windows color (decimal): -11715453 or 8600653. OLE color: 8600653.

HSL color Cylindrical-coordinate representation of color #4D3C83: hue angle of 254.37º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4D3C83 is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7760131-
CMYK0.410.5400.49
HSL254.37º37.17%37.45%-
HSV(B)254.37º54.2%51.37%-
XYZ8.776.4522.25-
YUV73.18160.63130.73-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.73%
GREEN value IS 60 (23.83% from 255) = 22.39%
BLUE value IS 131 (51.56% from 255) = 48.88%
R=28.73%
G=22.39%
B=48.88%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77601310.410.5400.49254.3737.1737.45
Hex4D3C832936031fe2525
Octal1157420351660613764545
Binary100110111110010000011101001110110011000111111110100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,60,131); }

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

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

 a { background-color: rgb(77,60,131); }

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

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

 span { border-color: rgb(77,60,131); }

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