#504AAD

Color #504AAD Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #504AAD

Tints of Rich Blue #504AAD

Color information

#504AAD (or 0x504AAD) is unknown color: approx 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

RGB8074173-
CMYK0.540.5700.32
HSL243.64º40.08%48.43%-
HSV(B)243.64º57.23%67.84%-
XYZ13.39.6240.69-
YUV87.08176.49122.95-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.46%
GREEN value IS 74 (29.30% 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 (Cyan) values IS 0.54
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80741730.540.5700.32243.6440.0848.43
Hex504AAD3639020f42830
Octal12011225566710403645060
Binary1010000100101010101101110110111001010000011110100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>