Html Css Color HEX #504AAD Rich Blue

📋 copy color: '#504AAD'

red 80 ◦ green 74 ◦ blue 173

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

Shades of Rich Blue #504AAD

Tints of Rich Blue #504AAD

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.63%

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

R = 24.46%
G = 22.63%
B = 52.91%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#504AAD (or 0x504AAD) is known color: Rich Blue. HEX triplet: 50, 4A and AD. RGB value is (80,74,173). Sum of RGB (Red+Green+Blue) = 80+74+173=327 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.46% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 173 (67.97% from 255 or 52.91% from 327); Max value from RGB is 173 - color contains mainly: blue. Hex color #504AAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504AAD is #AFB552. Grayscale: #565656. Windows color (decimal): -11515219 or 11356752. OLE color: 11356752.

HSL color Cylindrical-coordinate representation of color #504AAD: hue angle of 243.64º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #504AAD is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 74 173 -
CMYK 0.54 0.57 0 0.32
HSL 243.64º 0.4% 0.48% -
HSV(B) 243.64º 0.57% 0.68% -
XYZ 13.3 9.62 40.69 -
YUV 87.08 176.49 122.95 -
System Red Green Blue C M Y K H S L
Decimal 80 74 173 0.54 0.57 0 0.32 243.64 0.4 0.48
Hex 50 4A AD 36 39 0 20 F4 28 30
Octal 120 112 255 66 71 0 40 364 50 60
Binary 1010000 1001010 10101101 110110 111001 0 100000 11110100 101000 110000

Color Harmonies of #504AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504AAD

Black with #504AAD

Text Example


Text Example

White with #504AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504AAD; }

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

 H1.HeaderClassName
 {
   color: #504AAD;
 }
 .AnyTagClassName
 {
   color: #504AAD;
 }
</style>

background-color css

<style>
 a { background-color: #504AAD; }

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

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

border-color css

<style>
 span { border-color: #504AAD; }

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

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