#504AAF

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

Shades of Rich Blue #504AAF

Tints of Rich Blue #504AAF

Color information

#504AAF (or 0x504AAF) is unknown color: approx Rich Blue. HEX triplet: 50, 4A and AF. RGB value is (80,74,175). Sum of RGB (Red+Green+Blue) = 80+74+175=329 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.32% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 175 (68.75% from 255 or 53.19% from 329); Max value from RGB is 175 - color contains mainly: blue. Hex color #504AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #504AAF is #AFB550. Grayscale: #565656. Windows color (decimal): -11515217 or 11487824. OLE color: 11487824.

HSL color Cylindrical-coordinate representation of color #504AAF: hue angle of 243.56º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #504AAF is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8074175-
CMYK0.540.5800.31
HSL243.56º40.56%48.82%-
HSV(B)243.56º57.71%68.63%-
XYZ13.499.741.72-
YUV87.31177.49122.79-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.32%
GREEN value IS 74 (29.30% from 255) = 22.49%
BLUE value IS 175 (68.75% from 255) = 53.19%
R=24.32%
G=22.49%
B=53.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80741750.540.5800.31243.5640.5648.82
Hex504AAF363A01Ff42931
Octal12011225766720373645161
Binary101000010010101010111111011011101001111111110100101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #504AAF;
 }
 .AnyTagClassName
 {
   color: #504AAF;
 }
</style>
background-color css

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

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

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

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

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

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