Html Css Color HEX #5048B9 Rich Blue

📋 copy color: '#5048B9'

red 80 ◦ green 72 ◦ blue 185

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

Shades of Rich Blue #5048B9

Tints of Rich Blue #5048B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 54.9%

R = 23.74%
G = 21.36%
B = 54.9%

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

#5048B9 (or 0x5048B9) is known color: Rich Blue. HEX triplet: 50, 48 and B9. RGB value is (80,72,185). Sum of RGB (Red+Green+Blue) = 80+72+185=337 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.74% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 185 (72.66% from 255 or 54.90% from 337); Max value from RGB is 185 - color contains mainly: blue. Hex color #5048B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5048B9 is #AFB746. Grayscale: #565656. Windows color (decimal): -11515719 or 12142672. OLE color: 12142672.

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

Color convert

RGB 80 72 185 -
CMYK 0.57 0.61 0 0.27
HSL 244.25º 0.45% 0.5% -
HSV(B) 244.25º 0.61% 0.73% -
XYZ 14.38 9.84 47.04 -
YUV 87.27 183.15 122.81 -
System Red Green Blue C M Y K H S L
Decimal 80 72 185 0.57 0.61 0 0.27 244.25 0.45 0.5
Hex 50 48 B9 39 3D 0 1B F4 2D 32
Octal 120 110 271 71 75 0 33 364 55 62
Binary 1010000 1001000 10111001 111001 111101 0 11011 11110100 101101 110010

Color Harmonies of #5048B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5048B9

Black with #5048B9

Text Example


Text Example

White with #5048B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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