#4d3bb2

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

Shades of Rich Blue #4D3BB2

Tints of Rich Blue #4D3BB2

Color information

#4D3BB2 (or 0x4D3BB2) is unknown color: approx Rich Blue. HEX triplet: 4D, 3B and B2. RGB value is (77,59,178). Sum of RGB (Red+Green+Blue) = 77+59+178=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 59 (23.44% from 255 or 18.79% from 314); Blue value is 178 (69.92% from 255 or 56.69% from 314); Max value from RGB is 178 - color contains mainly: blue. Hex color #4D3BB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3BB2 is #B2C44D. Grayscale: #4D4D4D. Windows color (decimal): -11715662 or 11680589. OLE color: 11680589.

HSL color Cylindrical-coordinate representation of color #4D3BB2: hue angle of 249.08º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D3BB2 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7759178-
CMYK0.570.6700.30
HSL249.08º50.21%46.47%-
HSV(B)249.08º66.85%69.8%-
XYZ12.667.9242.98-
YUV77.95184.46127.32-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.52%
GREEN value IS 59 (23.44% from 255) = 18.79%
BLUE value IS 178 (69.92% from 255) = 56.69%
R=24.52%
G=18.79%
B=56.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal77591780.570.6700.30249.0850.2146.47
Hex4D3BB2394301Ef9322e
Octal11573262711030363716256
Binary100110111101110110010111001100001101111011111001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d3bb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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