Html Css Color HEX #5047BE Rich Blue

📋 copy color: '#5047BE'

red 80 ◦ green 71 ◦ blue 190

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

Shades of Rich Blue #5047BE

Tints of Rich Blue #5047BE

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.82%

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

R = 23.46%
G = 20.82%
B = 55.72%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5047BE (or 0x5047BE) is known color: Rich Blue. HEX triplet: 50, 47 and BE. RGB value is (80,71,190). Sum of RGB (Red+Green+Blue) = 80+71+190=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 190 (74.61% from 255 or 55.72% from 341); Max value from RGB is 190 - color contains mainly: blue. Hex color #5047BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5047BE is #AFB841. Grayscale: #565656. Windows color (decimal): -11515970 or 12470096. OLE color: 12470096.

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

Color convert

RGB 80 71 190 -
CMYK 0.58 0.63 0 0.25
HSL 244.54º 0.48% 0.51% -
HSV(B) 244.54º 0.63% 0.75% -
XYZ 14.86 9.93 49.85 -
YUV 87.26 185.98 122.82 -
System Red Green Blue C M Y K H S L
Decimal 80 71 190 0.58 0.63 0 0.25 244.54 0.48 0.51
Hex 50 47 BE 3A 3F 0 19 F5 30 33
Octal 120 107 276 72 77 0 31 365 60 63
Binary 1010000 1000111 10111110 111010 111111 0 11001 11110101 110000 110011

Color Harmonies of #5047BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5047BE

Black with #5047BE

Text Example


Text Example

White with #5047BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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