Html Css Color HEX #4D49AB Rich Blue

📋 copy color: '#4D49AB'

red 77 ◦ green 73 ◦ blue 171

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

Shades of Rich Blue #4D49AB

Tints of Rich Blue #4D49AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.27%

R = 23.99%
G = 22.74%
B = 53.27%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4D49AB (or 0x4D49AB) is known color: Rich Blue. HEX triplet: 4D, 49 and AB. RGB value is (77,73,171). Sum of RGB (Red+Green+Blue) = 77+73+171=321 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.99% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #4D49AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D49AB is #B2B654. Grayscale: #545454. Windows color (decimal): -11712085 or 11225421. OLE color: 11225421.

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

Color convert

RGB 77 73 171 -
CMYK 0.55 0.57 0 0.33
HSL 242.45º 0.4% 0.48% -
HSV(B) 242.45º 0.57% 0.67% -
XYZ 12.79 9.28 39.65 -
YUV 85.37 176.33 122.03 -
System Red Green Blue C M Y K H S L
Decimal 77 73 171 0.55 0.57 0 0.33 242.45 0.4 0.48
Hex 4D 49 AB 37 39 0 21 F2 28 30
Octal 115 111 253 67 71 0 41 362 50 60
Binary 1001101 1001001 10101011 110111 111001 0 100001 11110010 101000 110000

Color Harmonies of #4D49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D49AB

Black with #4D49AB

Text Example


Text Example

White with #4D49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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