#4D3499

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

Shades of Blue Gem #4D3499

Tints of Blue Gem #4D3499

Color information

#4D3499 (or 0x4D3499) is unknown color: approx Blue Gem. HEX triplet: 4D, 34 and 99. RGB value is (77,52,153). Sum of RGB (Red+Green+Blue) = 77+52+153=282 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.30% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 153 (60.16% from 255 or 54.26% from 282); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D3499 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3499 is #B2CB66. Grayscale: #464646. Windows color (decimal): -11717479 or 10040397. OLE color: 10040397.

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

Color convert

RGB7752153-
CMYK0.500.6600.4
HSL254.85º49.27%40.2%-
HSV(B)254.85º66.01%60%-
XYZ10.046.3330.83-
YUV70.99174.28132.29-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.30%
GREEN value IS 52 (20.70% from 255) = 18.44%
BLUE value IS 153 (60.16% from 255) = 54.26%
R=27.30%
G=18.44%
B=54.26%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal77521530.500.6600.4254.8549.2740.2
Hex4D34993242028ff3128
Octal11564231621020503776150
Binary1001101110100100110011100101000010010100011111111110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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