#504FB7

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

Shades of Rich Blue #504FB7

Tints of Rich Blue #504FB7

Color information

#504FB7 (or 0x504FB7) is unknown color: approx Rich Blue. HEX triplet: 50, 4F and B7. RGB value is (80,79,183). Sum of RGB (Red+Green+Blue) = 80+79+183=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 79 (31.25% from 255 or 23.10% from 342); Blue value is 183 (71.88% from 255 or 53.51% from 342); Max value from RGB is 183 - color contains mainly: blue. Hex color #504FB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504FB7 is #AFB048. Grayscale: #5A5A5A. Windows color (decimal): -11513929 or 12013392. OLE color: 12013392.

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

Color convert

RGB8079183-
CMYK0.560.5700.28
HSL240.58º41.94%51.37%-
HSV(B)240.58º56.83%71.76%-
XYZ14.6510.7246.1-
YUV91.16179.83120.04-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.39%
GREEN value IS 79 (31.25% from 255) = 23.10%
BLUE value IS 183 (71.88% from 255) = 53.51%
R=23.39%
G=23.10%
B=53.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80791830.560.5700.28240.5841.9451.37
Hex504FB7383901Cf12a33
Octal12011726770710343615263
Binary101000010011111011011111100011100101110011110001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,79,183); }

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

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

 a { background-color: rgb(80,79,183); }

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

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

 span { border-color: rgb(80,79,183); }

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