#504EB9

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

Shades of Rich Blue #504EB9

Tints of Rich Blue #504EB9

Color information

#504EB9 (or 0x504EB9) is unknown color: approx Rich Blue. HEX triplet: 50, 4E and B9. RGB value is (80,78,185). Sum of RGB (Red+Green+Blue) = 80+78+185=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 78 (30.86% from 255 or 22.74% from 343); Blue value is 185 (72.66% from 255 or 53.94% from 343); Max value from RGB is 185 - color contains mainly: blue. Hex color #504EB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504EB9 is #AFB146. Grayscale: #5A5A5A. Windows color (decimal): -11514183 or 12144208. OLE color: 12144208.

HSL color Cylindrical-coordinate representation of color #504EB9: hue angle of 241.12º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #504EB9 is Cyan = 0.57, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8078185-
CMYK0.570.5800.27
HSL241.12º43.32%51.57%-
HSV(B)241.12º57.84%72.55%-
XYZ14.7910.6647.18-
YUV90.8181.16120.3-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.32%
GREEN value IS 78 (30.86% from 255) = 22.74%
BLUE value IS 185 (72.66% from 255) = 53.94%
R=23.32%
G=22.74%
B=53.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80781850.570.5800.27241.1243.3251.57
Hex504EB9393A01Bf12b34
Octal12011627171720333615364
Binary101000010011101011100111100111101001101111110001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,78,185); }

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

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

 a { background-color: rgb(80,78,185); }

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

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

 span { border-color: rgb(80,78,185); }

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