#5048B7

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

Shades of Rich Blue #5048B7

Tints of Rich Blue #5048B7

Color information

#5048B7 (or 0x5048B7) is unknown color: approx Rich Blue. HEX triplet: 50, 48 and B7. RGB value is (80,72,183). Sum of RGB (Red+Green+Blue) = 80+72+183=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 183 (71.88% from 255 or 54.63% from 335); Max value from RGB is 183 - color contains mainly: blue. Hex color #5048B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5048B7 is #AFB748. Grayscale: #565656. Windows color (decimal): -11515721 or 12011600. OLE color: 12011600.

HSL color Cylindrical-coordinate representation of color #5048B7: hue angle of 244.32º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5048B7 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8072183-
CMYK0.560.6100.28
HSL244.32º43.53%50%-
HSV(B)244.32º60.66%71.76%-
XYZ14.179.7645.94-
YUV87.05182.15122.97-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 23.88%
GREEN value IS 72 (28.52% from 255) = 21.49%
BLUE value IS 183 (71.88% from 255) = 54.63%
R=23.88%
G=21.49%
B=54.63%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal80721830.560.6100.28244.3243.5350
Hex5048B7383D01Cf42c32
Octal12011026770750343645462
Binary101000010010001011011111100011110101110011110100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5048B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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