#4D44BA

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

Shades of Rich Blue #4D44BA

Tints of Rich Blue #4D44BA

Color information

#4D44BA (or 0x4D44BA) is unknown color: approx Rich Blue. HEX triplet: 4D, 44 and BA. RGB value is (77,68,186). Sum of RGB (Red+Green+Blue) = 77+68+186=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 186 (73.05% from 255 or 56.19% from 331); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D44BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D44BA is #B2BB45. Grayscale: #535353. Windows color (decimal): -11713350 or 12207181. OLE color: 12207181.

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

Color convert

RGB7768186-
CMYK0.590.6300.27
HSL244.58º46.46%49.8%-
HSV(B)244.58º63.44%72.94%-
XYZ13.999.2647.5-
YUV84.14185.48122.91-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.26%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 186 (73.05% from 255) = 56.19%
R=23.26%
G=20.54%
B=56.19%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal77681860.590.6300.27244.5846.4649.8
Hex4D44BA3B3F01Bf52e32
Octal11510427273770333655662
Binary100110110001001011101011101111111101101111110101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D44BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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