#4d3cb2

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

Shades of Rich Blue #4D3CB2

Tints of Rich Blue #4D3CB2

Color information

#4D3CB2 (or 0x4D3CB2) is unknown color: approx Rich Blue. HEX triplet: 4D, 3C and B2. RGB value is (77,60,178). Sum of RGB (Red+Green+Blue) = 77+60+178=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 60 (23.83% from 255 or 19.05% from 315); Blue value is 178 (69.92% from 255 or 56.51% from 315); Max value from RGB is 178 - color contains mainly: blue. Hex color #4D3CB2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3CB2 is #B2C34D. Grayscale: #4E4E4E. Windows color (decimal): -11715406 or 11680845. OLE color: 11680845.

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

Color convert

RGB7760178-
CMYK0.570.6600.30
HSL248.64º49.58%46.67%-
HSV(B)248.64º66.29%69.8%-
XYZ12.718.0243-
YUV78.54184.13126.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.44%
GREEN value IS 60 (23.83% from 255) = 19.05%
BLUE value IS 178 (69.92% from 255) = 56.51%
R=24.44%
G=19.05%
B=56.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal77601780.570.6600.30248.6449.5846.67
Hex4D3CB2394201Ef9322f
Octal11574262711020363716257
Binary100110111110010110010111001100001001111011111001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d3cb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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