#504EB6

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

Shades of Rich Blue #504EB6

Tints of Rich Blue #504EB6

Color information

#504EB6 (or 0x504EB6) is unknown color: approx Rich Blue. HEX triplet: 50, 4E and B6. RGB value is (80,78,182). Sum of RGB (Red+Green+Blue) = 80+78+182=340 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.53% from 340); Green value is 78 (30.86% from 255 or 22.94% from 340); Blue value is 182 (71.48% from 255 or 53.53% from 340); Max value from RGB is 182 - color contains mainly: blue. Hex color #504EB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504EB6 is #AFB149. Grayscale: #5A5A5A. Windows color (decimal): -11514186 or 11947600. OLE color: 11947600.

HSL color Cylindrical-coordinate representation of color #504EB6: hue angle of 241.15º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #504EB6 is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8078182-
CMYK0.560.5700.29
HSL241.15º41.6%50.98%-
HSV(B)241.15º57.14%71.37%-
XYZ14.4810.5345.53-
YUV90.45179.66120.54-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.53%
GREEN value IS 78 (30.86% from 255) = 22.94%
BLUE value IS 182 (71.48% from 255) = 53.53%
R=23.53%
G=22.94%
B=53.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal80781820.560.5700.29241.1541.650.98
Hex504EB6383901Df12a33
Octal12011626670710353615263
Binary101000010011101011011011100011100101110111110001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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