#4D46BA

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

Shades of Rich Blue #4D46BA

Tints of Rich Blue #4D46BA

Color information

#4D46BA (or 0x4D46BA) is unknown color: approx Rich Blue. HEX triplet: 4D, 46 and BA. RGB value is (77,70,186). Sum of RGB (Red+Green+Blue) = 77+70+186=333 (44% of max value = 765). Red value is 77 (30.47% from 255 or 23.12% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 186 (73.05% from 255 or 55.86% from 333); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D46BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D46BA is #B2B945. Grayscale: #545454. Windows color (decimal): -11712838 or 12207693. OLE color: 12207693.

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

Color convert

RGB7770186-
CMYK0.590.6200.27
HSL243.62º45.67%50.2%-
HSV(B)243.62º62.37%72.94%-
XYZ14.119.547.54-
YUV85.32184.82122.07-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.12%
GREEN value IS 70 (27.73% from 255) = 21.02%
BLUE value IS 186 (73.05% from 255) = 55.86%
R=23.12%
G=21.02%
B=55.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal77701860.590.6200.27243.6245.6750.2
Hex4D46BA3B3E01Bf42e32
Octal11510627273760333645662
Binary100110110001101011101011101111111001101111110100101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D46BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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