Html Css Color HEX #4D3CAE Blue Gem

📋 copy color: '#4D3CAE'

red 77 ◦ green 60 ◦ blue 174

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

Shades of Blue Gem #4D3CAE

Tints of Blue Gem #4D3CAE

RGB

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

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

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

R = 24.76%
G = 19.29%
B = 55.95%

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

#4D3CAE (or 0x4D3CAE) is known color: Blue Gem. HEX triplet: 4D, 3C and AE. RGB value is (77,60,174). Sum of RGB (Red+Green+Blue) = 77+60+174=311 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.76% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D3CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3CAE is #B2C351. Grayscale: #4D4D4D. Windows color (decimal): -11715410 or 11418701. OLE color: 11418701.

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

Color convert

RGB 77 60 174 -
CMYK 0.56 0.66 0 0.32
HSL 248.95º 0.49% 0.46% -
HSV(B) 248.95º 0.66% 0.68% -
XYZ 12.32 7.87 40.91 -
YUV 78.08 182.13 127.23 -
System Red Green Blue C M Y K H S L
Decimal 77 60 174 0.56 0.66 0 0.32 248.95 0.49 0.46
Hex 4D 3C AE 38 42 0 20 F9 31 2E
Octal 115 74 256 70 102 0 40 371 61 56
Binary 1001101 111100 10101110 111000 1000010 0 100000 11111001 110001 101110

Color Harmonies of #4D3CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3CAE

Black with #4D3CAE

Text Example


Text Example

White with #4D3CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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