Html Css Color HEX #4D3AAD Blue Gem

📋 copy color: '#4D3AAD'

red 77 ◦ green 58 ◦ blue 173

#4D3AAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #4D3AAD

Tints of Blue Gem #4D3AAD

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 value IS 0.55

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D3AAD (or 0x4D3AAD) is known color: 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

RGB 77 58 173 -
CMYK 0.55 0.66 0 0.32
HSL 249.91º 0.5% 0.45% -
HSV(B) 249.91º 0.66% 0.68% -
XYZ 12.12 7.62 40.37 -
YUV 76.79 182.29 128.15 -
System Red Green Blue C M Y K H S L
Decimal 77 58 173 0.55 0.66 0 0.32 249.91 0.5 0.45
Hex 4D 3A AD 37 42 0 20 FA 32 2D
Octal 115 72 255 67 102 0 40 372 62 55
Binary 1001101 111010 10101101 110111 1000010 0 100000 11111010 110010 101101

Color Harmonies of #4D3AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3AAD

Black with #4D3AAD

Text Example


Text Example

White with #4D3AAD

Text Example


Text Example

HTML Codes & Css Web 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>