#4D3DB1

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

Shades of Rich Blue #4D3DB1

Tints of Rich Blue #4D3DB1

Color information

#4D3DB1 (or 0x4D3DB1) is unknown color: approx Rich Blue. HEX triplet: 4D, 3D and B1. RGB value is (77,61,177). Sum of RGB (Red+Green+Blue) = 77+61+177=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 177 (69.53% from 255 or 56.19% from 315); Max value from RGB is 177 - color contains mainly: blue. Hex color #4D3DB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3DB1 is #B2C24E. Grayscale: #4E4E4E. Windows color (decimal): -11715151 or 11615565. OLE color: 11615565.

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

Color convert

RGB7761177-
CMYK0.560.6600.31
HSL248.28º48.74%46.67%-
HSV(B)248.28º65.54%69.41%-
XYZ12.678.0942.49-
YUV79.01183.3126.57-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.44%
GREEN value IS 61 (24.22% from 255) = 19.37%
BLUE value IS 177 (69.53% from 255) = 56.19%
R=24.44%
G=19.37%
B=56.19%

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
Decimal77611770.560.6600.31248.2848.7446.67
Hex4D3DB1384201Ff8312f
Octal11575261701020373706157
Binary100110111110110110001111000100001001111111111000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,61,177); }

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

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

 a { background-color: rgb(77,61,177); }

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

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

 span { border-color: rgb(77,61,177); }

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