#4D3399

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

Shades of Blue Gem #4D3399

Tints of Blue Gem #4D3399

Color information

#4D3399 (or 0x4D3399) is unknown color: approx Blue Gem. HEX triplet: 4D, 33 and 99. RGB value is (77,51,153). Sum of RGB (Red+Green+Blue) = 77+51+153=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D3399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3399 is #B2CC66. Grayscale: #464646. Windows color (decimal): -11717735 or 10040141. OLE color: 10040141.

HSL color Cylindrical-coordinate representation of color #4D3399: hue angle of 255.29º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D3399 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7751153-
CMYK0.500.6700.4
HSL255.29º50%40%-
HSV(B)255.29º66.67%60%-
XYZ9.996.2530.82-
YUV70.4174.61132.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.40%
GREEN value IS 51 (20.31% from 255) = 18.15%
BLUE value IS 153 (60.16% from 255) = 54.45%
R=27.40%
G=18.15%
B=54.45%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal77511530.500.6700.4255.295040
Hex4D33993243028ff3228
Octal11563231621030503776250
Binary1001101110011100110011100101000011010100011111111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,51,153); }

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

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

 a { background-color: rgb(77,51,153); }

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

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

 span { border-color: rgb(77,51,153); }

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