#4D3FAD

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

Shades of Rich Blue #4D3FAD

Tints of Rich Blue #4D3FAD

Color information

#4D3FAD (or 0x4D3FAD) is unknown color: approx Rich Blue. HEX triplet: 4D, 3F and AD. RGB value is (77,63,173). Sum of RGB (Red+Green+Blue) = 77+63+173=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D3FAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3FAD is #B2C052. Grayscale: #4F4F4F. Windows color (decimal): -11714643 or 11353933. OLE color: 11353933.

HSL color Cylindrical-coordinate representation of color #4D3FAD: hue angle of 247.64º 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 #4D3FAD is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7763173-
CMYK0.550.6400.32
HSL247.64º46.61%46.27%-
HSV(B)247.64º63.58%67.84%-
XYZ12.388.1540.46-
YUV79.73180.64126.06-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.60%
GREEN value IS 63 (25% from 255) = 20.13%
BLUE value IS 173 (67.97% from 255) = 55.27%
R=24.60%
G=20.13%
B=55.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77631730.550.6400.32247.6446.6146.27
Hex4D3FAD3740020f82f2e
Octal11577255671000403705756
Binary1001101111111101011011101111000000010000011111000101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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