#4D3FAE

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

Shades of Rich Blue #4D3FAE

Tints of Rich Blue #4D3FAE

Color information

#4D3FAE (or 0x4D3FAE) is unknown color: approx Rich Blue. HEX triplet: 4D, 3F and AE. RGB value is (77,63,174). Sum of RGB (Red+Green+Blue) = 77+63+174=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D3FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3FAE is #B2C051. Grayscale: #4F4F4F. Windows color (decimal): -11714642 or 11419469. OLE color: 11419469.

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

Color convert

RGB7763174-
CMYK0.560.6400.32
HSL247.57º46.84%46.47%-
HSV(B)247.57º63.79%68.24%-
XYZ12.488.1940.97-
YUV79.84181.14125.97-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.52%
GREEN value IS 63 (25% from 255) = 20.06%
BLUE value IS 174 (68.36% from 255) = 55.41%
R=24.52%
G=20.06%
B=55.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77631740.560.6400.32247.5746.8446.47
Hex4D3FAE3840020f82f2e
Octal11577256701000403705756
Binary1001101111111101011101110001000000010000011111000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,63,174); }

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

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

 a { background-color: rgb(77,63,174); }

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

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

 span { border-color: rgb(77,63,174); }

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