#4D3BB0

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

Shades of Blue Gem #4D3BB0

Tints of Blue Gem #4D3BB0

Color information

#4D3BB0 (or 0x4D3BB0) is unknown color: approx Blue Gem. HEX triplet: 4D, 3B and B0. RGB value is (77,59,176). Sum of RGB (Red+Green+Blue) = 77+59+176=312 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.68% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 176 (69.14% from 255 or 56.41% from 312); Max value from RGB is 176 - color contains mainly: blue. Hex color #4D3BB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3BB0 is #B2C44F. Grayscale: #4D4D4D. Windows color (decimal): -11715664 or 11549517. OLE color: 11549517.

HSL color Cylindrical-coordinate representation of color #4D3BB0: hue angle of 249.23º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D3BB0 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7759176-
CMYK0.560.6600.31
HSL249.23º49.79%46.08%-
HSV(B)249.23º66.48%69.02%-
XYZ12.467.8441.93-
YUV77.72183.46127.49-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.68%
GREEN value IS 59 (23.44% from 255) = 18.91%
BLUE value IS 176 (69.14% from 255) = 56.41%
R=24.68%
G=18.91%
B=56.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal77591760.560.6600.31249.2349.7946.08
Hex4D3BB0384201Ff9322e
Octal11573260701020373716256
Binary100110111101110110000111000100001001111111111001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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