#4D3299

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

Shades of Blue Gem #4D3299

Tints of Blue Gem #4D3299

Color information

#4D3299 (or 0x4D3299) is unknown color: approx Blue Gem. HEX triplet: 4D, 32 and 99. RGB value is (77,50,153). Sum of RGB (Red+Green+Blue) = 77+50+153=280 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.5% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 153 (60.16% from 255 or 54.64% from 280); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D3299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3299 is #B2CD66. Grayscale: #454545. Windows color (decimal): -11717991 or 10039885. OLE color: 10039885.

HSL color Cylindrical-coordinate representation of color #4D3299: hue angle of 255.73º degrees, saturation: 0.51, 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 #4D3299 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB7750153-
CMYK0.500.6700.4
HSL255.73º50.74%39.8%-
HSV(B)255.73º67.32%60%-
XYZ9.956.1630.8-
YUV69.82174.95133.12-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.5%
GREEN value IS 50 (19.92% from 255) = 17.86%
BLUE value IS 153 (60.16% from 255) = 54.64%
R=27.5%
G=17.86%
B=54.64%

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
Decimal77501530.500.6700.4255.7350.7439.8
Hex4D329932430281003328
Octal11562231621030504006350
Binary10011011100101001100111001010000110101000100000000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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