#5048BB

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

Shades of Rich Blue #5048BB

Tints of Rich Blue #5048BB

Color information

#5048BB (or 0x5048BB) is unknown color: approx Rich Blue. HEX triplet: 50, 48 and BB. RGB value is (80,72,187). Sum of RGB (Red+Green+Blue) = 80+72+187=339 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.60% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 187 (73.44% from 255 or 55.16% from 339); Max value from RGB is 187 - color contains mainly: blue. Hex color #5048BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5048BB is #AFB744. Grayscale: #575757. Windows color (decimal): -11515717 or 12273744. OLE color: 12273744.

HSL color Cylindrical-coordinate representation of color #5048BB: hue angle of 244.17º degrees, saturation: 0.46, 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 #5048BB is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8072187-
CMYK0.570.6100.27
HSL244.17º45.82%50.78%-
HSV(B)244.17º61.5%73.33%-
XYZ14.69.9348.16-
YUV87.5184.15122.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.60%
GREEN value IS 72 (28.52% from 255) = 21.24%
BLUE value IS 187 (73.44% from 255) = 55.16%
R=23.60%
G=21.24%
B=55.16%

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
Decimal80721870.570.6100.27244.1745.8250.78
Hex5048BB393D01Bf42e33
Octal12011027371750333645663
Binary101000010010001011101111100111110101101111110100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5048BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5048BB; }

 p { color: rgb(80,72,187); }

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

<style>
 a { background-color: #5048BB; }

 a { background-color: rgb(80,72,187); }

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

<style>
 span { border-color: #5048BB; }

 span { border-color: rgb(80,72,187); }

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