Html Css Color HEX #4D44AE Rich Blue

📋 copy color: '#4D44AE'

red 77 ◦ green 68 ◦ blue 174

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

Shades of Rich Blue #4D44AE

Tints of Rich Blue #4D44AE

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.32%

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

R = 24.14%
G = 21.32%
B = 54.55%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D44AE (or 0x4D44AE) is known color: Rich Blue. HEX triplet: 4D, 44 and AE. RGB value is (77,68,174). Sum of RGB (Red+Green+Blue) = 77+68+174=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 68 (26.95% from 255 or 21.32% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #4D44AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D44AE is #B2BB51. Grayscale: #525252. Windows color (decimal): -11713362 or 11420749. OLE color: 11420749.

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

Color convert

RGB 77 68 174 -
CMYK 0.56 0.61 0 0.32
HSL 245.09º 0.44% 0.47% -
HSV(B) 245.09º 0.61% 0.68% -
XYZ 12.77 8.77 41.06 -
YUV 82.78 179.48 123.88 -
System Red Green Blue C M Y K H S L
Decimal 77 68 174 0.56 0.61 0 0.32 245.09 0.44 0.47
Hex 4D 44 AE 38 3D 0 20 F5 2C 2F
Octal 115 104 256 70 75 0 40 365 54 57
Binary 1001101 1000100 10101110 111000 111101 0 100000 11110101 101100 101111

Color Harmonies of #4D44AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D44AE

Black with #4D44AE

Text Example


Text Example

White with #4D44AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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