#4D41AF

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

Shades of Rich Blue #4D41AF

Tints of Rich Blue #4D41AF

Color information

#4D41AF (or 0x4D41AF) is unknown color: approx Rich Blue. HEX triplet: 4D, 41 and AF. RGB value is (77,65,175). Sum of RGB (Red+Green+Blue) = 77+65+175=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 175 (68.75% from 255 or 55.21% from 317); Max value from RGB is 175 - color contains mainly: blue. Hex color #4D41AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D41AF is #B2BE50. Grayscale: #505050. Windows color (decimal): -11714129 or 11485517. OLE color: 11485517.

HSL color Cylindrical-coordinate representation of color #4D41AF: hue angle of 246.55º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D41AF is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7765175-
CMYK0.560.6300.31
HSL246.55º45.83%47.06%-
HSV(B)246.55º62.86%68.63%-
XYZ12.698.4541.52-
YUV81.13180.98125.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.29%
GREEN value IS 65 (25.78% from 255) = 20.50%
BLUE value IS 175 (68.75% from 255) = 55.21%
R=24.29%
G=20.50%
B=55.21%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal77651750.560.6300.31246.5545.8347.06
Hex4D41AF383F01Ff72e2f
Octal11510125770770373675657
Binary100110110000011010111111100011111101111111110111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D41AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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