#4D3DBA

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

Shades of Rich Blue #4D3DBA

Tints of Rich Blue #4D3DBA

Color information

#4D3DBA (or 0x4D3DBA) is unknown color: approx Rich Blue. HEX triplet: 4D, 3D and BA. RGB value is (77,61,186). Sum of RGB (Red+Green+Blue) = 77+61+186=324 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.77% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D3DBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D3DBA is #B2C245. Grayscale: #4F4F4F. Windows color (decimal): -11715142 or 12205389. OLE color: 12205389.

HSL color Cylindrical-coordinate representation of color #4D3DBA: hue angle of 247.68º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D3DBA is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7761186-
CMYK0.590.6700.27
HSL247.68º50.61%48.43%-
HSV(B)247.68º67.2%72.94%-
XYZ13.598.4647.37-
YUV80.03187.8125.84-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.77%
GREEN value IS 61 (24.22% from 255) = 18.83%
BLUE value IS 186 (73.05% from 255) = 57.41%
R=23.77%
G=18.83%
B=57.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal77611860.590.6700.27247.6850.6148.43
Hex4D3DBA3B4301Bf83330
Octal11575272731030333706360
Binary100110111110110111010111011100001101101111111000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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