Html Css Color HEX #5049B9 Rich Blue

📋 copy color: '#5049B9'

red 80 ◦ green 73 ◦ blue 185

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

Shades of Rich Blue #5049B9

Tints of Rich Blue #5049B9

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.6%

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

R = 23.67%
G = 21.6%
B = 54.73%

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

#5049B9 (or 0x5049B9) is known color: 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

RGB 80 73 185 -
CMYK 0.57 0.61 0 0.27
HSL 243.75º 0.44% 0.51% -
HSV(B) 243.75º 0.61% 0.73% -
XYZ 14.45 9.97 47.06 -
YUV 87.86 182.82 122.39 -
System Red Green Blue C M Y K H S L
Decimal 80 73 185 0.57 0.61 0 0.27 243.75 0.44 0.51
Hex 50 49 B9 39 3D 0 1B F4 2C 33
Octal 120 111 271 71 75 0 33 364 54 63
Binary 1010000 1001001 10111001 111001 111101 0 11011 11110100 101100 110011

Color Harmonies of #5049B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5049B9

Black with #5049B9

Text Example


Text Example

White with #5049B9

Text Example


Text Example

HTML Codes & Css Web 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>