Html Css Color HEX #4D45AD Rich Blue

📋 copy color: '#4D45AD'

red 77 ◦ green 69 ◦ blue 173

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

Shades of Rich Blue #4D45AD

Tints of Rich Blue #4D45AD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.63%

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

R = 24.14%
G = 21.63%
B = 54.23%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4D45AD (or 0x4D45AD) is known color: Rich Blue. HEX triplet: 4D, 45 and AD. RGB value is (77,69,173). Sum of RGB (Red+Green+Blue) = 77+69+173=319 (42% of max value = 765). Red value is 77 (30.47% from 255 or 24.14% from 319); Green value is 69 (27.34% from 255 or 21.63% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #4D45AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D45AD is #B2BA52. Grayscale: #525252. Windows color (decimal): -11713107 or 11355469. OLE color: 11355469.

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

Color convert

RGB 77 69 173 -
CMYK 0.55 0.60 0 0.32
HSL 244.62º 0.43% 0.47% -
HSV(B) 244.62º 0.6% 0.68% -
XYZ 12.73 8.85 40.57 -
YUV 83.25 178.65 123.54 -
System Red Green Blue C M Y K H S L
Decimal 77 69 173 0.55 0.60 0 0.32 244.62 0.43 0.47
Hex 4D 45 AD 37 3C 0 20 F5 2B 2F
Octal 115 105 255 67 74 0 40 365 53 57
Binary 1001101 1000101 10101101 110111 111100 0 100000 11110101 101011 101111

Color Harmonies of #4D45AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D45AD

Black with #4D45AD

Text Example


Text Example

White with #4D45AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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