Html Css Color HEX #4D3CAD Blue Gem

📋 copy color: '#4D3CAD'

red 77 ◦ green 60 ◦ blue 173

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

Shades of Blue Gem #4D3CAD

Tints of Blue Gem #4D3CAD

RGB

 RED value IS 77 (30.47% from 255) = 24.84%

 GREEN value IS 60 (23.83% from 255) = 19.35%

 BLUE value IS 173 (67.97% from 255) = 55.81%

R = 24.84%
G = 19.35%
B = 55.81%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D3CAD (or 0x4D3CAD) is known color: Blue Gem. HEX triplet: 4D, 3C and AD. RGB value is (77,60,173). Sum of RGB (Red+Green+Blue) = 77+60+173=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 60 (23.83% from 255 or 19.35% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D3CAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3CAD is #B2C352. Grayscale: #4D4D4D. Windows color (decimal): -11715411 or 11353165. OLE color: 11353165.

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

Color convert

RGB 77 60 173 -
CMYK 0.55 0.65 0 0.32
HSL 249.03º 0.48% 0.46% -
HSV(B) 249.03º 0.65% 0.68% -
XYZ 12.22 7.83 40.4 -
YUV 77.97 181.63 127.31 -
System Red Green Blue C M Y K H S L
Decimal 77 60 173 0.55 0.65 0 0.32 249.03 0.48 0.46
Hex 4D 3C AD 37 41 0 20 F9 30 2E
Octal 115 74 255 67 101 0 40 371 60 56
Binary 1001101 111100 10101101 110111 1000001 0 100000 11111001 110000 101110

Color Harmonies of #4D3CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3CAD

Black with #4D3CAD

Text Example


Text Example

White with #4D3CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D3CAD;
 }
 .AnyTagClassName
 {
   color: #4D3CAD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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