Html Css Color HEX #5048BA Rich Blue

📋 copy color: '#5048BA'

red 80 ◦ green 72 ◦ blue 186

#5048BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5048BA

Tints of Rich Blue #5048BA

RGB

 RED value IS 80 (31.64% from 255) = 23.67%

 GREEN value IS 72 (28.52% from 255) = 21.3%

 BLUE value IS 186 (73.05% from 255) = 55.03%

R = 23.67%
G = 21.3%
B = 55.03%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5048BA (or 0x5048BA) is known color: Rich Blue. HEX triplet: 50, 48 and BA. RGB value is (80,72,186). Sum of RGB (Red+Green+Blue) = 80+72+186=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #5048BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5048BA is #AFB745. Grayscale: #565656. Windows color (decimal): -11515718 or 12208208. OLE color: 12208208.

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

Color convert

RGB 80 72 186 -
CMYK 0.57 0.61 0 0.27
HSL 244.21º 0.45% 0.51% -
HSV(B) 244.21º 0.61% 0.73% -
XYZ 14.49 9.89 47.6 -
YUV 87.39 183.65 122.73 -
System Red Green Blue C M Y K H S L
Decimal 80 72 186 0.57 0.61 0 0.27 244.21 0.45 0.51
Hex 50 48 BA 39 3D 0 1B F4 2D 33
Octal 120 110 272 71 75 0 33 364 55 63
Binary 1010000 1001000 10111010 111001 111101 0 11011 11110100 101101 110011

Color Harmonies of #5048BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5048BA

Black with #5048BA

Text Example


Text Example

White with #5048BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5048BA;
 }
 .AnyTagClassName
 {
   color: #5048BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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