#4D3BAD

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

Shades of Blue Gem #4D3BAD

Tints of Blue Gem #4D3BAD

Color information

#4D3BAD (or 0x4D3BAD) is unknown color: approx Blue Gem. HEX triplet: 4D, 3B and AD. RGB value is (77,59,173). Sum of RGB (Red+Green+Blue) = 77+59+173=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D3BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3BAD is #B2C452. Grayscale: #4C4C4C. Windows color (decimal): -11715667 or 11352909. OLE color: 11352909.

HSL color Cylindrical-coordinate representation of color #4D3BAD: hue angle of 249.47º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D3BAD is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7759173-
CMYK0.550.6600.32
HSL249.47º49.14%45.49%-
HSV(B)249.47º65.9%67.84%-
XYZ12.177.7240.38-
YUV77.38181.96127.73-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.92%
GREEN value IS 59 (23.44% from 255) = 19.09%
BLUE value IS 173 (67.97% from 255) = 55.99%
R=24.92%
G=19.09%
B=55.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77591730.550.6600.32249.4749.1445.49
Hex4D3BAD3742020f9312d
Octal11573255671020403716155
Binary1001101111011101011011101111000010010000011111001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,59,173); }

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

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

 a { background-color: rgb(77,59,173); }

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

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

 span { border-color: rgb(77,59,173); }

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