Html Css Color HEX #5046AD Rich Blue

📋 copy color: '#5046AD'

red 80 ◦ green 70 ◦ blue 173

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

Shades of Rich Blue #5046AD

Tints of Rich Blue #5046AD

RGB

 RED value IS 80 (31.64% from 255) = 24.77%

 GREEN value IS 70 (27.73% from 255) = 21.67%

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

R = 24.77%
G = 21.67%
B = 53.56%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5046AD (or 0x5046AD) is known color: Rich Blue. HEX triplet: 50, 46 and AD. RGB value is (80,70,173). Sum of RGB (Red+Green+Blue) = 80+70+173=323 (42% of max value = 765). Red value is 80 (31.64% from 255 or 24.77% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 173 (67.97% from 255 or 53.56% from 323); Max value from RGB is 173 - color contains mainly: blue. Hex color #5046AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5046AD is #AFB952. Grayscale: #545454. Windows color (decimal): -11516243 or 11355728. OLE color: 11355728.

HSL color Cylindrical-coordinate representation of color #5046AD: hue angle of 245.83º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5046AD is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 70 173 -
CMYK 0.54 0.60 0 0.32
HSL 245.83º 0.42% 0.48% -
HSV(B) 245.83º 0.6% 0.68% -
XYZ 13.04 9.1 40.6 -
YUV 84.73 177.81 124.62 -
System Red Green Blue C M Y K H S L
Decimal 80 70 173 0.54 0.60 0 0.32 245.83 0.42 0.48
Hex 50 46 AD 36 3C 0 20 F6 2A 30
Octal 120 106 255 66 74 0 40 366 52 60
Binary 1010000 1000110 10101101 110110 111100 0 100000 11110110 101010 110000

Color Harmonies of #5046AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5046AD

Black with #5046AD

Text Example


Text Example

White with #5046AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5046AD; }

 p { color: rgb(80,70,173); }

 H1.HeaderClassName
 {
   color: #5046AD;
 }
 .AnyTagClassName
 {
   color: #5046AD;
 }
</style>

background-color css

<style>
 a { background-color: #5046AD; }

 a { background-color: rgb(80,70,173); }

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

border-color css

<style>
 span { border-color: #5046AD; }

 span { border-color: rgb(80,70,173); }

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