Html Css Color HEX #4D3DAC Blue Gem

📋 copy color: '#4D3DAC'

red 77 ◦ green 61 ◦ blue 172

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

Shades of Blue Gem #4D3DAC

Tints of Blue Gem #4D3DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.48%

R = 24.84%
G = 19.68%
B = 55.48%

CMYK

 C value IS 0.55

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D3DAC (or 0x4D3DAC) is known color: Blue Gem. HEX triplet: 4D, 3D and AC. RGB value is (77,61,172). Sum of RGB (Red+Green+Blue) = 77+61+172=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 61 (24.22% from 255 or 19.68% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D3DAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3DAC is #B2C253. Grayscale: #4E4E4E. Windows color (decimal): -11715156 or 11287885. OLE color: 11287885.

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

Color convert

RGB 77 61 172 -
CMYK 0.55 0.65 0 0.33
HSL 248.65º 0.48% 0.46% -
HSV(B) 248.65º 0.65% 0.67% -
XYZ 12.18 7.89 39.91 -
YUV 78.44 180.8 126.97 -
System Red Green Blue C M Y K H S L
Decimal 77 61 172 0.55 0.65 0 0.33 248.65 0.48 0.46
Hex 4D 3D AC 37 41 0 21 F9 30 2E
Octal 115 75 254 67 101 0 41 371 60 56
Binary 1001101 111101 10101100 110111 1000001 0 100001 11111001 110000 101110

Color Harmonies of #4D3DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3DAC

Black with #4D3DAC

Text Example


Text Example

White with #4D3DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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