#504DB3

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

Shades of Rich Blue #504DB3

Tints of Rich Blue #504DB3

Color information

#504DB3 (or 0x504DB3) is unknown color: approx Rich Blue. HEX triplet: 50, 4D and B3. RGB value is (80,77,179). Sum of RGB (Red+Green+Blue) = 80+77+179=336 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.81% from 336); Green value is 77 (30.47% from 255 or 22.92% from 336); Blue value is 179 (70.31% from 255 or 53.27% from 336); Max value from RGB is 179 - color contains mainly: blue. Hex color #504DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #504DB3 is #AFB24C. Grayscale: #595959. Windows color (decimal): -11514445 or 11750736. OLE color: 11750736.

HSL color Cylindrical-coordinate representation of color #504DB3: hue angle of 241.76º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #504DB3 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8077179-
CMYK0.550.5700.30
HSL241.76º40.16%50.2%-
HSV(B)241.76º56.98%70.2%-
XYZ14.110.2743.89-
YUV89.52178.49121.21-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.81%
GREEN value IS 77 (30.47% from 255) = 22.92%
BLUE value IS 179 (70.31% from 255) = 53.27%
R=23.81%
G=22.92%
B=53.27%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal80771790.550.5700.30241.7640.1650.2
Hex504DB3373901Ef22832
Octal12011526367710363625062
Binary101000010011011011001111011111100101111011110010101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #504DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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