Html Css Color HEX #4D41AD Rich Blue

📋 copy color: '#4D41AD'

red 77 ◦ green 65 ◦ blue 173

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

Shades of Rich Blue #4D41AD

Tints of Rich Blue #4D41AD

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.63%

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

R = 24.44%
G = 20.63%
B = 54.92%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D41AD (or 0x4D41AD) is known color: Rich Blue. HEX triplet: 4D, 41 and AD. RGB value is (77,65,173). Sum of RGB (Red+Green+Blue) = 77+65+173=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D41AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D41AD is #B2BE52. Grayscale: #505050. Windows color (decimal): -11714131 or 11354445. OLE color: 11354445.

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

Color convert

RGB 77 65 173 -
CMYK 0.55 0.62 0 0.32
HSL 246.67º 0.45% 0.47% -
HSV(B) 246.67º 0.62% 0.68% -
XYZ 12.49 8.38 40.49 -
YUV 80.9 179.98 125.22 -
System Red Green Blue C M Y K H S L
Decimal 77 65 173 0.55 0.62 0 0.32 246.67 0.45 0.47
Hex 4D 41 AD 37 3E 0 20 F7 2D 2F
Octal 115 101 255 67 76 0 40 367 55 57
Binary 1001101 1000001 10101101 110111 111110 0 100000 11110111 101101 101111

Color Harmonies of #4D41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D41AD

Black with #4D41AD

Text Example


Text Example

White with #4D41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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