Html Css Color HEX #4D3EAE Rich Blue

📋 copy color: '#4D3EAE'

red 77 ◦ green 62 ◦ blue 174

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

Shades of Rich Blue #4D3EAE

Tints of Rich Blue #4D3EAE

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.81%

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

R = 24.6%
G = 19.81%
B = 55.59%

CMYK

 C value IS 0.56

 M value IS 0.64

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D3EAE (or 0x4D3EAE) is known color: Rich Blue. HEX triplet: 4D, 3E and AE. RGB value is (77,62,174). Sum of RGB (Red+Green+Blue) = 77+62+174=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 62 (24.61% from 255 or 19.81% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D3EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D3EAE is #B2C151. Grayscale: #4E4E4E. Windows color (decimal): -11714898 or 11419213. OLE color: 11419213.

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

Color convert

RGB 77 62 174 -
CMYK 0.56 0.64 0 0.32
HSL 248.04º 0.47% 0.46% -
HSV(B) 248.04º 0.64% 0.68% -
XYZ 12.42 8.08 40.95 -
YUV 79.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 77 62 174 0.56 0.64 0 0.32 248.04 0.47 0.46
Hex 4D 3E AE 38 40 0 20 F8 2F 2E
Octal 115 76 256 70 100 0 40 370 57 56
Binary 1001101 111110 10101110 111000 1000000 0 100000 11111000 101111 101110

Color Harmonies of #4D3EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3EAE

Black with #4D3EAE

Text Example


Text Example

White with #4D3EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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