#4D49BA

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

Shades of Rich Blue #4D49BA

Tints of Rich Blue #4D49BA

Color information

#4D49BA (or 0x4D49BA) is unknown color: approx Rich Blue. HEX triplet: 4D, 49 and BA. RGB value is (77,73,186). Sum of RGB (Red+Green+Blue) = 77+73+186=336 (44% of max value = 765). Red value is 77 (30.47% from 255 or 22.92% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D49BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D49BA is #B2B645. Grayscale: #565656. Windows color (decimal): -11712070 or 12208461. OLE color: 12208461.

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

Color convert

RGB7773186-
CMYK0.590.6100.27
HSL242.12º45.02%50.78%-
HSV(B)242.12º60.75%72.94%-
XYZ14.319.8947.61-
YUV87.08183.83120.81-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 22.92%
GREEN value IS 73 (28.91% from 255) = 21.73%
BLUE value IS 186 (73.05% from 255) = 55.36%
R=22.92%
G=21.73%
B=55.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal77731860.590.6100.27242.1245.0250.78
Hex4D49BA3B3D01Bf22d33
Octal11511127273750333625563
Binary100110110010011011101011101111110101101111110010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D49BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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