Html Css Color HEX #4D3DAD Blue Gem

📋 copy color: '#4D3DAD'

red 77 ◦ green 61 ◦ blue 173

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

Shades of Blue Gem #4D3DAD

Tints of Blue Gem #4D3DAD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.61%

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

R = 24.76%
G = 19.61%
B = 55.63%

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

#4D3DAD (or 0x4D3DAD) is known color: Blue Gem. HEX triplet: 4D, 3D and AD. RGB value is (77,61,173). Sum of RGB (Red+Green+Blue) = 77+61+173=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 61 (24.22% from 255 or 19.61% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D3DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3DAD is #B2C252. Grayscale: #4E4E4E. Windows color (decimal): -11715155 or 11353421. OLE color: 11353421.

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

Color convert

RGB 77 61 173 -
CMYK 0.55 0.65 0 0.32
HSL 248.57º 0.48% 0.46% -
HSV(B) 248.57º 0.65% 0.68% -
XYZ 12.27 7.93 40.42 -
YUV 78.55 181.3 126.89 -
System Red Green Blue C M Y K H S L
Decimal 77 61 173 0.55 0.65 0 0.32 248.57 0.48 0.46
Hex 4D 3D AD 37 41 0 20 F9 30 2E
Octal 115 75 255 67 101 0 40 371 60 56
Binary 1001101 111101 10101101 110111 1000001 0 100000 11111001 110000 101110

Color Harmonies of #4D3DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3DAD

Black with #4D3DAD

Text Example


Text Example

White with #4D3DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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