Html Css Color HEX #4D48AD Rich Blue

📋 copy color: '#4D48AD'

red 77 ◦ green 72 ◦ blue 173

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

Shades of Rich Blue #4D48AD

Tints of Rich Blue #4D48AD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.36%

 BLUE value IS 173 (67.97% from 255) = 53.73%

R = 23.91%
G = 22.36%
B = 53.73%

CMYK

 C value IS 0.55

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D48AD (or 0x4D48AD) is known color: Rich Blue. HEX triplet: 4D, 48 and AD. RGB value is (77,72,173). Sum of RGB (Red+Green+Blue) = 77+72+173=322 (42% of max value = 765). Red value is 77 (30.47% from 255 or 23.91% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D48AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D48AD is #B2B752. Grayscale: #545454. Windows color (decimal): -11712339 or 11356237. OLE color: 11356237.

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

Color convert

RGB 77 72 173 -
CMYK 0.55 0.58 0 0.32
HSL 242.97º 0.41% 0.48% -
HSV(B) 242.97º 0.58% 0.68% -
XYZ 12.92 9.23 40.64 -
YUV 85.01 177.66 122.29 -
System Red Green Blue C M Y K H S L
Decimal 77 72 173 0.55 0.58 0 0.32 242.97 0.41 0.48
Hex 4D 48 AD 37 3A 0 20 F3 29 30
Octal 115 110 255 67 72 0 40 363 51 60
Binary 1001101 1001000 10101101 110111 111010 0 100000 11110011 101001 110000

Color Harmonies of #4D48AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D48AD

Black with #4D48AD

Text Example


Text Example

White with #4D48AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,72,173); }

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

background-color css

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

 a { background-color: rgb(77,72,173); }

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

border-color css

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

 span { border-color: rgb(77,72,173); }

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