Html Css Color HEX #4D49AC Rich Blue

📋 copy color: '#4D49AC'

red 77 ◦ green 73 ◦ blue 172

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

Shades of Rich Blue #4D49AC

Tints of Rich Blue #4D49AC

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.67%

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

R = 23.91%
G = 22.67%
B = 53.42%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D49AC (or 0x4D49AC) is known color: Rich Blue. HEX triplet: 4D, 49 and AC. RGB value is (77,73,172). Sum of RGB (Red+Green+Blue) = 77+73+172=322 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.91% from 322); Green value is 73 (28.91% from 255 or 22.67% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #4D49AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D49AC is #B2B653. Grayscale: #555555. Windows color (decimal): -11712084 or 11290957. OLE color: 11290957.

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

Color convert

RGB 77 73 172 -
CMYK 0.55 0.58 0 0.33
HSL 242.42º 0.4% 0.48% -
HSV(B) 242.42º 0.58% 0.67% -
XYZ 12.89 9.32 40.15 -
YUV 85.48 176.83 121.95 -
System Red Green Blue C M Y K H S L
Decimal 77 73 172 0.55 0.58 0 0.33 242.42 0.4 0.48
Hex 4D 49 AC 37 3A 0 21 F2 28 30
Octal 115 111 254 67 72 0 41 362 50 60
Binary 1001101 1001001 10101100 110111 111010 0 100001 11110010 101000 110000

Color Harmonies of #4D49AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D49AC

Black with #4D49AC

Text Example


Text Example

White with #4D49AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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