#4D3599

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

Shades of Blue Gem #4D3599

Tints of Blue Gem #4D3599

Color information

#4D3599 (or 0x4D3599) is unknown color: approx Blue Gem. HEX triplet: 4D, 35 and 99. RGB value is (77,53,153). Sum of RGB (Red+Green+Blue) = 77+53+153=283 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.21% from 283); Green value is 53 (21.09% from 255 or 18.73% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #4D3599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3599 is #B2CA66. Grayscale: #474747. Windows color (decimal): -11717223 or 10040653. OLE color: 10040653.

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

Color convert

RGB7753153-
CMYK0.500.6500.4
HSL254.4º48.54%40.39%-
HSV(B)254.4º65.36%60%-
XYZ10.086.4230.85-
YUV71.58173.95131.87-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 27.21%
GREEN value IS 53 (21.09% from 255) = 18.73%
BLUE value IS 153 (60.16% from 255) = 54.06%
R=27.21%
G=18.73%
B=54.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal77531530.500.6500.4254.448.5440.39
Hex4D35993241028fe3128
Octal11565231621010503766150
Binary1001101110101100110011100101000001010100011111110110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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