#4D45AB

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

Shades of Rich Blue #4D45AB

Tints of Rich Blue #4D45AB

Color information

#4D45AB (or 0x4D45AB) is unknown color: approx Rich Blue. HEX triplet: 4D, 45 and AB. RGB value is (77,69,171). Sum of RGB (Red+Green+Blue) = 77+69+171=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D45AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D45AB is #B2BA54. Grayscale: #525252. Windows color (decimal): -11713109 or 11224397. OLE color: 11224397.

HSL color Cylindrical-coordinate representation of color #4D45AB: hue angle of 244.71º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D45AB is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7769171-
CMYK0.550.6000.33
HSL244.71º42.5%47.06%-
HSV(B)244.71º59.65%67.06%-
XYZ12.548.7739.56-
YUV83.02177.65123.71-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.29%
GREEN value IS 69 (27.34% from 255) = 21.77%
BLUE value IS 171 (67.19% from 255) = 53.94%
R=24.29%
G=21.77%
B=53.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal77691710.550.6000.33244.7142.547.06
Hex4D45AB373C021f52a2f
Octal11510525367740413655257
Binary1001101100010110101011110111111100010000111110101101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D45AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,69,171); }

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

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

 a { background-color: rgb(77,69,171); }

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

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

 span { border-color: rgb(77,69,171); }

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