#4D3AAD

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

Shades of Blue Gem #4D3AAD

Tints of Blue Gem #4D3AAD

Color information

#4D3AAD (or 0x4D3AAD) is unknown color: approx Blue Gem. HEX triplet: 4D, 3A and AD. RGB value is (77,58,173). Sum of RGB (Red+Green+Blue) = 77+58+173=308 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D3AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3AAD is #B2C552. Grayscale: #4C4C4C. Windows color (decimal): -11715923 or 11352653. OLE color: 11352653.

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

Color convert

RGB7758173-
CMYK0.550.6600.32
HSL249.91º49.78%45.29%-
HSV(B)249.91º66.47%67.84%-
XYZ12.127.6240.37-
YUV76.79182.29128.15-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25%
GREEN value IS 58 (23.05% from 255) = 18.83%
BLUE value IS 173 (67.97% from 255) = 56.17%
R=25%
G=18.83%
B=56.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal77581730.550.6600.32249.9149.7845.29
Hex4D3AAD3742020fa322d
Octal11572255671020403726255
Binary1001101111010101011011101111000010010000011111010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D3AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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