#504DAF

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

Shades of Rich Blue #504DAF

Tints of Rich Blue #504DAF

Color information

#504DAF (or 0x504DAF) is unknown color: approx Rich Blue. HEX triplet: 50, 4D and AF. RGB value is (80,77,175). Sum of RGB (Red+Green+Blue) = 80+77+175=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 175 (68.75% from 255 or 52.71% from 332); Max value from RGB is 175 - color contains mainly: blue. Hex color #504DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504DAF is #AFB250. Grayscale: #585858. Windows color (decimal): -11514449 or 11488592. OLE color: 11488592.

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

Color convert

RGB8077175-
CMYK0.540.5600.31
HSL241.84º38.89%49.41%-
HSV(B)241.84º56%68.63%-
XYZ13.710.1141.79-
YUV89.07176.49121.53-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.10%
GREEN value IS 77 (30.47% from 255) = 23.19%
BLUE value IS 175 (68.75% from 255) = 52.71%
R=24.10%
G=23.19%
B=52.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal80771750.540.5600.31241.8438.8949.41
Hex504DAF363801Ff22731
Octal12011525766700373624761
Binary101000010011011010111111011011100001111111110010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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