#5049B9

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

Shades of Rich Blue #5049B9

Tints of Rich Blue #5049B9

Color information

#5049B9 (or 0x5049B9) is unknown color: approx Rich Blue. HEX triplet: 50, 49 and B9. RGB value is (80,73,185). Sum of RGB (Red+Green+Blue) = 80+73+185=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 185 (72.66% from 255 or 54.73% from 338); Max value from RGB is 185 - color contains mainly: blue. Hex color #5049B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5049B9 is #AFB646. Grayscale: #575757. Windows color (decimal): -11515463 or 12142928. OLE color: 12142928.

HSL color Cylindrical-coordinate representation of color #5049B9: hue angle of 243.75º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5049B9 is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8073185-
CMYK0.570.6100.27
HSL243.75º44.44%50.59%-
HSV(B)243.75º60.54%72.55%-
XYZ14.459.9747.06-
YUV87.86182.82122.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.67%
GREEN value IS 73 (28.91% from 255) = 21.60%
BLUE value IS 185 (72.66% from 255) = 54.73%
R=23.67%
G=21.60%
B=54.73%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal80731850.570.6100.27243.7544.4450.59
Hex5049B9393D01Bf42c33
Octal12011127171750333645463
Binary101000010010011011100111100111110101101111110100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5049B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5049B9; }

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

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

<style>
 a { background-color: #5049B9; }

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

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

<style>
 span { border-color: #5049B9; }

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

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