#4D3987

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

Shades of Blue Gem #4D3987

Tints of Blue Gem #4D3987

Color information

#4D3987 (or 0x4D3987) is unknown color: approx Blue Gem. HEX triplet: 4D, 39 and 87. RGB value is (77,57,135). Sum of RGB (Red+Green+Blue) = 77+57+135=269 (35% of max value = 765). Red value is 77 (30.47% from 255 or 28.62% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #4D3987 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3987 is #B2C678. Grayscale: #474747. Windows color (decimal): -11716217 or 8862029. OLE color: 8862029.

HSL color Cylindrical-coordinate representation of color #4D3987: hue angle of 255.38º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D3987 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB7757135-
CMYK0.430.5800.47
HSL255.38º40.62%37.65%-
HSV(B)255.38º57.78%52.94%-
XYZ8.96.2523.66-
YUV71.87163.63131.66-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28.62%
GREEN value IS 57 (22.66% from 255) = 21.19%
BLUE value IS 135 (53.12% from 255) = 50.19%
R=28.62%
G=21.19%
B=50.19%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal77571350.430.5800.47255.3840.6237.65
Hex4D39872B3A02Fff2926
Octal1157120753720573775146
Binary100110111100110000111101011111010010111111111111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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