Html Css Color HEX #5049BE Rich Blue

📋 copy color: '#5049BE'

red 80 ◦ green 73 ◦ blue 190

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

Shades of Rich Blue #5049BE

Tints of Rich Blue #5049BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 55.39%

R = 23.32%
G = 21.28%
B = 55.39%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5049BE (or 0x5049BE) is known color: Rich Blue. HEX triplet: 50, 49 and BE. RGB value is (80,73,190). Sum of RGB (Red+Green+Blue) = 80+73+190=343 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.32% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #5049BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5049BE is #AFB641. Grayscale: #575757. Windows color (decimal): -11515458 or 12470608. OLE color: 12470608.

HSL color Cylindrical-coordinate representation of color #5049BE: hue angle of 243.59º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5049BE is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 80 73 190 -
CMYK 0.58 0.62 0 0.25
HSL 243.59º 0.47% 0.52% -
HSV(B) 243.59º 0.62% 0.75% -
XYZ 14.99 10.19 49.89 -
YUV 88.43 185.32 121.99 -
System Red Green Blue C M Y K H S L
Decimal 80 73 190 0.58 0.62 0 0.25 243.59 0.47 0.52
Hex 50 49 BE 3A 3E 0 19 F4 2F 34
Octal 120 111 276 72 76 0 31 364 57 64
Binary 1010000 1001001 10111110 111010 111110 0 11001 11110100 101111 110100

Color Harmonies of #5049BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5049BE

Black with #5049BE

Text Example


Text Example

White with #5049BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5049BE; }

 p { color: rgb(80,73,190); }

 H1.HeaderClassName
 {
   color: #5049BE;
 }
 .AnyTagClassName
 {
   color: #5049BE;
 }
</style>

background-color css

<style>
 a { background-color: #5049BE; }

 a { background-color: rgb(80,73,190); }

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

border-color css

<style>
 span { border-color: #5049BE; }

 span { border-color: rgb(80,73,190); }

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