#4D4593

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

Shades of Blue Gem #4D4593

Tints of Blue Gem #4D4593

Color information

#4D4593 (or 0x4D4593) is unknown color: approx Blue Gem. HEX triplet: 4D, 45 and 93. RGB value is (77,69,147). Sum of RGB (Red+Green+Blue) = 77+69+147=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 147 (57.81% from 255 or 50.17% from 293); Max value from RGB is 147 - color contains mainly: blue. Hex color #4D4593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D4593 is #B2BA6C. Grayscale: #4F4F4F. Windows color (decimal): -11713133 or 9651533. OLE color: 9651533.

HSL color Cylindrical-coordinate representation of color #4D4593: hue angle of 246.15º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D4593 is Cyan = 0.48, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7769147-
CMYK0.480.5300.42
HSL246.15º36.11%42.35%-
HSV(B)246.15º53.06%57.65%-
XYZ10.467.9428.59-
YUV80.28165.65125.66-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.28%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 147 (57.81% from 255) = 50.17%
R=26.28%
G=23.55%
B=50.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal77691470.480.5300.42246.1536.1142.35
Hex4D4593303502Af6242a
Octal11510522360650523664452
Binary1001101100010110010011110000110101010101011110110100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D4593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,69,147); }

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

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

 a { background-color: rgb(77,69,147); }

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

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

 span { border-color: rgb(77,69,147); }

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