Html Css Color HEX #4D3BAE Blue Gem

📋 copy color: '#4D3BAE'

red 77 ◦ green 59 ◦ blue 174

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

Shades of Blue Gem #4D3BAE

Tints of Blue Gem #4D3BAE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.03%

 BLUE value IS 174 (68.36% from 255) = 56.13%

R = 24.84%
G = 19.03%
B = 56.13%

CMYK

 C value IS 0.56

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D3BAE (or 0x4D3BAE) is known color: Blue Gem. HEX triplet: 4D, 3B and AE. RGB value is (77,59,174). Sum of RGB (Red+Green+Blue) = 77+59+174=310 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.84% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D3BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3BAE is #B2C451. Grayscale: #4D4D4D. Windows color (decimal): -11715666 or 11418445. OLE color: 11418445.

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

Color convert

RGB 77 59 174 -
CMYK 0.56 0.66 0 0.32
HSL 249.39º 0.49% 0.46% -
HSV(B) 249.39º 0.66% 0.68% -
XYZ 12.26 7.76 40.9 -
YUV 77.49 182.46 127.65 -
System Red Green Blue C M Y K H S L
Decimal 77 59 174 0.56 0.66 0 0.32 249.39 0.49 0.46
Hex 4D 3B AE 38 42 0 20 F9 31 2E
Octal 115 73 256 70 102 0 40 371 61 56
Binary 1001101 111011 10101110 111000 1000010 0 100000 11111001 110001 101110

Color Harmonies of #4D3BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3BAE

Black with #4D3BAE

Text Example


Text Example

White with #4D3BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,59,174); }

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

background-color css

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

 a { background-color: rgb(77,59,174); }

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

border-color css

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

 span { border-color: rgb(77,59,174); }

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