#4D3683

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

Shades of Blue Gem #4D3683

Tints of Blue Gem #4D3683

Color information

#4D3683 (or 0x4D3683) is unknown color: approx Blue Gem. HEX triplet: 4D, 36 and 83. RGB value is (77,54,131). Sum of RGB (Red+Green+Blue) = 77+54+131=262 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.39% from 262); Green value is 54 (21.48% from 255 or 20.61% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #4D3683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3683 is #B2C97C. Grayscale: #454545. Windows color (decimal): -11716989 or 8599117. OLE color: 8599117.

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

Color convert

RGB7754131-
CMYK0.410.5900.49
HSL257.92º41.62%36.27%-
HSV(B)257.92º58.78%51.37%-
XYZ8.485.8522.16-
YUV69.66162.62133.24-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.39%
GREEN value IS 54 (21.48% from 255) = 20.61%
BLUE value IS 131 (51.56% from 255) = 50%
R=29.39%
G=20.61%
B=50%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal77541310.410.5900.49257.9241.6236.27
Hex4D3683293B0311022a24
Octal1156620351730614025244
Binary1001101110110100000111010011110110110001100000010101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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