#4D41AD

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

Shades of Rich Blue #4D41AD

Tints of Rich Blue #4D41AD

Color information

#4D41AD (or 0x4D41AD) is unknown color: approx Rich Blue. HEX triplet: 4D, 41 and AD. RGB value is (77,65,173). Sum of RGB (Red+Green+Blue) = 77+65+173=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D41AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D41AD is #B2BE52. Grayscale: #505050. Windows color (decimal): -11714131 or 11354445. OLE color: 11354445.

HSL color Cylindrical-coordinate representation of color #4D41AD: hue angle of 246.67º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D41AD is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7765173-
CMYK0.550.6200.32
HSL246.67º45.38%46.67%-
HSV(B)246.67º62.43%67.84%-
XYZ12.498.3840.49-
YUV80.9179.98125.22-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.44%
GREEN value IS 65 (25.78% from 255) = 20.63%
BLUE value IS 173 (67.97% from 255) = 54.92%
R=24.44%
G=20.63%
B=54.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77651730.550.6200.32246.6745.3846.67
Hex4D41AD373E020f72d2f
Octal11510125567760403675557
Binary1001101100000110101101110111111110010000011110111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D41AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,65,173); }

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

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

 a { background-color: rgb(77,65,173); }

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

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

 span { border-color: rgb(77,65,173); }

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